Café au Lait Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Café au Lait Dreams palette
Café au Lait Dreams color palette CSS
/* CSS */
.color-1 {
color: #e4d4c9;
}
.color-2 {
color: #d4b8a0;
}
.color-3 {
color: #c79a85;
}
.color-4 {
color: #b47d6e;
}
.color-5 {
color: #a66e5e;
}
/* CSS Variables */
:root {
--color-1: #e4d4c9;
--color-2: #d4b8a0;
--color-3: #c79a85;
--color-4: #b47d6e;
--color-5: #a66e5e;
}
Café au Lait Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d4c9, #d4b8a0, #c79a85, #b47d6e, #a66e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d4c9, #d4b8a0, #c79a85, #b47d6e, #a66e5e);
}
Similar color palettes
Café au Lait Dreams color palette created on .