Café au Lait Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Café au Lait Harmony palette
Café au Lait Harmony color palette CSS
/* CSS */
.color-1 {
color: #d6b300;
}
.color-2 {
color: #a87b00;
}
.color-3 {
color: #6b3e00;
}
.color-4 {
color: #995c00;
}
.color-5 {
color: #f8e6a0;
}
/* CSS Variables */
:root {
--color-1: #d6b300;
--color-2: #a87b00;
--color-3: #6b3e00;
--color-4: #995c00;
--color-5: #f8e6a0;
}
Café au Lait Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b300, #a87b00, #6b3e00, #995c00, #f8e6a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b300, #a87b00, #6b3e00, #995c00, #f8e6a0);
}
Similar color palettes
Café au Lait Harmony color palette created on .