Whispering Cookie Crumble Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Cookie Crumble palette

Share this palette to:

Whispering Cookie Crumble color palette CSS

/* CSS */
.color-1 {
color: #f6e0c1;
}
.color-2 {
color: #d6c6b8;
}
.color-3 {
color: #c5b2a5;
}
.color-4 {
color: #a28e7c;
}
.color-5 {
color: #7b5f4c;
}

/* CSS Variables */
:root {
--color-1: #f6e0c1;
--color-2: #d6c6b8;
--color-3: #c5b2a5;
--color-4: #a28e7c;
--color-5: #7b5f4c;
}

Whispering Cookie Crumble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e0c1, #d6c6b8, #c5b2a5, #a28e7c, #7b5f4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e0c1, #d6c6b8, #c5b2a5, #a28e7c, #7b5f4c);
}

Whispering Cookie Crumble color palette created on .