Enchanted Cookie Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Cookie Dream palette
Enchanted Cookie Dream color palette CSS
/* CSS */
.color-1 {
color: #d4c9d4;
}
.color-2 {
color: #b79fb2;
}
.color-3 {
color: #906a8e;
}
.color-4 {
color: #f3e1aa;
}
.color-5 {
color: #e1a04c;
}
/* CSS Variables */
:root {
--color-1: #d4c9d4;
--color-2: #b79fb2;
--color-3: #906a8e;
--color-4: #f3e1aa;
--color-5: #e1a04c;
}
Enchanted Cookie Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c9d4, #b79fb2, #906a8e, #f3e1aa, #e1a04c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c9d4, #b79fb2, #906a8e, #f3e1aa, #e1a04c);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Enchanted Cookie Dream color palette created on .