Lily Blossom Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lily Blossom Delight palette

Share this palette to:

Lily Blossom Delight color palette CSS

/* CSS */
.color-1 {
color: #f8f3e7;
}
.color-2 {
color: #e0d6c2;
}
.color-3 {
color: #d5baa5;
}
.color-4 {
color: #d6a361;
}
.color-5 {
color: #c68939;
}

/* CSS Variables */
:root {
--color-1: #f8f3e7;
--color-2: #e0d6c2;
--color-3: #d5baa5;
--color-4: #d6a361;
--color-5: #c68939;
}

Lily Blossom Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f3e7, #e0d6c2, #d5baa5, #d6a361, #c68939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f3e7, #e0d6c2, #d5baa5, #d6a361, #c68939);
}

Lily Blossom Delight color palette created on .