Whispering Cookie Crumbs Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Cookie Crumbs palette
Whispering Cookie Crumbs color palette CSS
/* CSS */
.color-1 {
color: #e8d3b5;
}
.color-2 {
color: #d4c7af;
}
.color-3 {
color: #b9afa7;
}
.color-4 {
color: #9a8b7e;
}
.color-5 {
color: #7b5f5b;
}
/* CSS Variables */
:root {
--color-1: #e8d3b5;
--color-2: #d4c7af;
--color-3: #b9afa7;
--color-4: #9a8b7e;
--color-5: #7b5f5b;
}
Whispering Cookie Crumbs background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d3b5, #d4c7af, #b9afa7, #9a8b7e, #7b5f5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d3b5, #d4c7af, #b9afa7, #9a8b7e, #7b5f5b);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Whispering Cookie Crumbs color palette created on .