Creamy White Lily Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Creamy White Lily palette
Creamy White Lily color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f1e5d0;
}
.color-3 {
color: #e0c5a4;
}
.color-4 {
color: #d1b699;
}
.color-5 {
color: #b8a08e;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f1e5d0;
--color-3: #e0c5a4;
--color-4: #d1b699;
--color-5: #b8a08e;
}
Creamy White Lily background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f1e5d0, #e0c5a4, #d1b699, #b8a08e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f1e5d0, #e0c5a4, #d1b699, #b8a08e);
}
Similar color palettes
Creamy White Lily color palette created on .