Marshmallow Chocolate Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Marshmallow Chocolate Cookie palette

Share this palette to:

Marshmallow Chocolate Cookie color palette PNG image

Download marshmallow chocolate cookie color palette PNG image (landscape)
Download marshmallow chocolate cookie color palette PNG image (square)

Marshmallow Chocolate Cookie color palette CSS

/* CSS */
.color-1 {
color: #3f210e;
}
.color-2 {
color: #361e0c;
}
.color-3 {
color: #2b1508;
}
.color-4 {
color: #1f0e05;
}
.color-5 {
color: #110603;
}

/* CSS Variables */
:root {
--color-1: #3f210e;
--color-2: #361e0c;
--color-3: #2b1508;
--color-4: #1f0e05;
--color-5: #110603;
}

Marshmallow Chocolate Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f210e, #361e0c, #2b1508, #1f0e05, #110603);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f210e, #361e0c, #2b1508, #1f0e05, #110603);
}

Marshmallow Chocolate Cookie color palette created on .