Café Cream Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Café Cream Delight palette
Café Cream Delight color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #c3b192;
}
.color-3 {
color: #e2c7b6;
}
.color-4 {
color: #f1e9d0;
}
.color-5 {
color: #ffcc85;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #c3b192;
--color-3: #e2c7b6;
--color-4: #f1e9d0;
--color-5: #ffcc85;
}
Café Cream Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #c3b192, #e2c7b6, #f1e9d0, #ffcc85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #c3b192, #e2c7b6, #f1e9d0, #ffcc85);
}
Similar color palettes
Scroll down to explore 200+ Earthy color palettes
Café Cream Delight color palette created on .