Dermacolor - Product Lines (2025)

The store will not work correctly when cookies are disabled.

Free standard shipping in Australia when you spend over $120. Conditions Apply.

Toggle Nav

Menu

Search

Account

Stores

Cart

Search

  • Account
  • Sign In
  • Sign Up

Skip to Content

Toggle Nav

Menu

  • Home
  • Product Lines
  • Dermacolor

Dermacolor - Product Lines (3)

The 'cosmetic camouflage' covers all, from skin anomalies to tattoos. Waterproof and recommended by Dermatologists, Dermacolour is the perfect solution for anyone who feels self-conscious of their skin. The range is suitable for those wanting camouflage makeup (otherwise known as Paramedical Skin Camouflage) to cover scars, vitiligo, post-surgical redness, melasma, birthmarks and more.

View as Grid List

21 Items

Set Descending Direction

  1. Dermacolor Camouflage Cream 30g SKU: 75001

    Rating:

    100%

    5 Reviews

    $72.00

    An extremely high coverage, long wear creme for tattoos and skin discolouration (30g Pot) Learn More

  2. Dermacolor Camouflage Cream 4g SKU: 75000

    $39.00

    An extremely high coverage, long wear creme for tattoos and skin discolouration (4g Pot) Learn More

  3. Dermacolor Body Camouflage SKU: 71121

    $69.00

    A high coverage, self-setting camouflage cream for skin discolourations on arms, legs and body (50mL) Learn More

  4. Dermacolor Palette 6 SKU: 71007

    $109.00

    An extremely high coverage, long wear creme for tattoos and skin discolouration (Customisable palette of 6) Learn More

  5. Dermacolor Palette 12 SKU: 75004

    $199.00

    An extremely high coverage, long wear creme for tattoos and skin discolouration (Customisable palette of 12) Learn More

  6. Dermacolor Palette 24 SKU: 71008

    $329.00

    An extremely high coverage, long wear creme for tattoos and skin discolouration (Customisable palette of 24) Learn More

  7. Dermacolor refill 4g SKU: 75005

    $20.00

    Refill of Dermacolor Camouflage Cream for customisable palettes (4mL) Learn More

  8. Dermacolor Mini-Palette 16 SKU: 71006

    $79.00

    An extremely high coverage, long wear creme for tattoos and skin discolouration (Mini 16 Palette) Learn More

    Out of stock

  9. Dermacolor Powder 60g SKU: 75702

    Rating:

    100%

    2 Reviews

    As low as $74.00

    A loose fixing powder designed to set, matte, and waterproof Dermacolor Camouflage Cream (60g size) Learn More

  10. Dermacolor Fixing Spray SKU: 72290

    $69.00

    An ultra hold fixing spray designed to be used with Dermacolor Camouflage Cream. Makes makeup water, smudge and rub proof, leaving a skin like finish. Contains SPF (150mL) Learn More

  11. Dermacolor Cleansing Cream 100ml SKU: 75600

    $49.00

    An oil based cleansing balm that gently removes makeup. Learn More

  12. Dermacolor Cleansing Milk SKU: 75630

    $49.00

    A gentle milky makeup remover that soothes and hydrates the skin (100mL). Learn More

  13. Dermacolor Collagen Cream SKU: 76001

    Rating:

    100%

    1 Review

    $49.00

    A rich moisturising cream infused with natural collagen and elastin that soothes and plumps the skin (50mL) Learn More

  14. Dermacolor Moisturizer Cream SKU: 76000

    $49.00

    A gentle moisturiser that deeply hydrates the skin before makeup application (50mL) Learn More

  15. Dermacolor Light Setting Powder Nature 20g SKU: 70570

    $54.00

    A light natural setting powder for everyday wear that leaves a soft luminous glow (20g) Learn More

  16. Dermacolor Camouflage Fluid 30ml SKU: 79140

    Rating:

    100%

    1 Review

    $67.00

    An all weather foundation that dries waterproof, providing buildable full coverage (30mL) Learn More

  17. Dermacolor Twin Set SKU: 79089

    $65.00

    A compact duo of Dermacolour Camouflage Cream and Fixing Powder that allows for maximal coverage on the go (2.5/5g) Learn More

  18. Dermacolor Light Mineral Powder SKU: 70171

    Rating:

    100%

    1 Review

    $54.00

    A mineral powder that lightly sets the skin, giving a silky blurring finish to the skin for everyday wear. Learn More

  19. Dermacolor Concealer SKU: 71081

    As low as $29.00

    An extremely high coverage stick concealer that completely covers discolourations. Learn More

  20. Dermacolor Cleansing oil SKU: 75610

    $39.00

    Easily remove make-up and nourish your skin with our innovative, vegan-certified formula. Learn More

  21. Dermacolor Powder 20g SKU: 75700

    As low as $47.00

    loose fixing powder designed to set, matte, and waterproof Dermacolor Camouflage Cream (20g size) Learn More

View as Grid List

21 Items

Set Descending Direction


Information

  • Safety Data Sheets (MSDS)
  • Shipping Information
  • Conditions of Sale
  • Privacy Policy
  • Terms and Conditions

Customer Service

03 9580 8122
sales@kryolan.com.au

  • Contact Us
  • Stockist Locator
  • Refunds and Exchanges
  • Gifts and Gift Vouchers

My Account

  • My Account

Newsletter

Newsletter


Kryolan Australia Pty Ltd, ABN 69 096 290 078

Prices are in AUD and include GST. Dermacolor - Product Lines (25)Dermacolor - Product Lines (26)Dermacolor - Product Lines (27)Dermacolor - Product Lines (28)

//

Content that should show when

// // // JS: jQuery('.block-title').toggleSingle(); // // Options: // destruct: defaults to false, but if true, the plugin will remove itself, display content, and remove event handlers jQuery.fn.toggleSingle = function (options) { var settings = $.extend({ destruct: false }, options); return this.each(function () { if (!settings.destruct) { $(this).on('click', function () { $(this) .next() .toggleClass('no-display') .parent() .toggleClass('active'); }); // Hide the content $this = $(this); if (!$this.parent().hasClass('active')) { $this.next().addClass('no-display'); } } else { // Remove event handler so that the toggle link can no longer be used $(this).off('click'); // Remove all classes that were added by this plugin $(this) .next() .removeClass('no-display') .parent() .removeClass('active'); } }); } // end: toggleSingle // Collapsible block - with delegated event // Modification of the standard collapsible block plugin. It has a delegated click event attached to block's container. // It is required for some blocks inside "additional sidebar" (currently: wishlist and compare) // which are created/modified dynamically by Magento's JavaScript code. jQuery.fn.toggleMultiBlocks = function (options) { var settings = $.extend({ destruct: false, blockHeadingSelector: '.block-title' }, options); return this.each(function () { // Container of blocks var $sidebar = $(this); // All blocks inside the container var $blockHeadings = $sidebar.find(settings.blockHeadingSelector); if (!settings.destruct) { $sidebar.on('click', settings.blockHeadingSelector, function(e) { $(this) .next().toggleClass('no-display') .parent().toggleClass('active'); }); // Hide the content in all blocks $blockHeadings.each(function () { var heading = $(this); if (!heading.parent().hasClass('active')) { heading.next().addClass('no-display'); // Here we may need to add that class to the next sibling // if block's content consists of more elements than just one: // .next().addClass('no-display') } else { heading.next().removeClass('no-display'); } }); } else { // Remove event handler so that the toggle link can no longer be used $sidebar.off('click'); // Remove all classes that were added by this plugin $blockHeadings .next().removeClass('no-display') .parent().removeClass('active'); } }); } // end: toggleMultiBlocks var breakpointScreenM = 768; // The same value as Magento's breakpoint @screen__m // Blocks collapsing on smaller viewports enquire.register('(max-width: ' + (breakpointScreenM - 1) + 'px)', { setup: function () { this.toggleElements = $( '.mobile-collapsible .block-title' ); this.delayedToggleElements = $( '.sidebar' ); }, match: function () { this.toggleElements.toggleSingle(); this.delayedToggleElements.toggleMultiBlocks({blockHeadingSelector: '.block:not(#layered-filter-block) .block-title'}); }, unmatch: function () { this.toggleElements.toggleSingle({destruct: true}); this.delayedToggleElements.toggleMultiBlocks({destruct: true, blockHeadingSelector: '.block:not(#layered-filter-block) .block-title'}); } }); // Blocks collapsing on all viewports. // For backward compatibility exclude blocks which have both classes: "collapsible" and "mobile-collapsible" $('.collapsible:not(.mobile-collapsible) .block-title').toggleSingle(); }); //end: on document ready}); //end: requirejs//]]>
Dermacolor - Product Lines (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Melvina Ondricka

Last Updated:

Views: 6200

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.