Light Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Cream palette
Light Cream color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8f5e2;
}
.color-3 {
color: #e2d7c5;
}
.color-4 {
color: #cfafbf;
}
.color-5 {
color: #b5c9e8;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8f5e2;
--color-3: #e2d7c5;
--color-4: #cfafbf;
--color-5: #b5c9e8;
}
Light Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8f5e2, #e2d7c5, #cfafbf, #b5c9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8f5e2, #e2d7c5, #cfafbf, #b5c9e8);
}
Similar color palettes
Light Cream color palette created on .