Brown Cookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Cookie palette
Brown Cookie color palette CSS
/* CSS */
.color-1 {
color: #dfcec8;
}
.color-2 {
color: #d7c0b2;
}
.color-3 {
color: #c0a39b;
}
.color-4 {
color: #a58b73;
}
.color-5 {
color: #805a4d;
}
/* CSS Variables */
:root {
--color-1: #dfcec8;
--color-2: #d7c0b2;
--color-3: #c0a39b;
--color-4: #a58b73;
--color-5: #805a4d;
}
Brown Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfcec8, #d7c0b2, #c0a39b, #a58b73, #805a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfcec8, #d7c0b2, #c0a39b, #a58b73, #805a4d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Brown Cookie color palette created on .