Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cookie palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cookie Color Palette (PNG)
Cookie color palette CSS
/* CSS */
.color-1 {
color: #eed7b4;
}
.color-2 {
color: #e1b989;
}
.color-3 {
color: #d09971;
}
.color-4 {
color: #bd7c61;
}
.color-5 {
color: #9d604d;
}
/* CSS Variables */
:root {
--color-1: #eed7b4;
--color-2: #e1b989;
--color-3: #d09971;
--color-4: #bd7c61;
--color-5: #9d604d;
}
Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed7b4, #e1b989, #d09971, #bd7c61, #9d604d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed7b4, #e1b989, #d09971, #bd7c61, #9d604d);
}
Similar color palettes
Cookie color palette created on .