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: #e5d9c2;
}
.color-2 {
color: #c6b09a;
}
.color-3 {
color: #a68c6e;
}
.color-4 {
color: #91704b;
}
.color-5 {
color: #6b4e38;
}
/* CSS Variables */
:root {
--color-1: #e5d9c2;
--color-2: #c6b09a;
--color-3: #a68c6e;
--color-4: #91704b;
--color-5: #6b4e38;
}
Brown Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d9c2, #c6b09a, #a68c6e, #91704b, #6b4e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d9c2, #c6b09a, #a68c6e, #91704b, #6b4e38);
}
Similar color palettes
Brown Cookie color palette created on .