Whimsical Lix Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Lix Delight palette

Share this palette to:

Whimsical Lix Delight color palette CSS

/* CSS */
.color-1 {
color: #f9b4b4;
}
.color-2 {
color: #f7c6b6;
}
.color-3 {
color: #f5e0a3;
}
.color-4 {
color: #d3e1e4;
}
.color-5 {
color: #a8d6e6;
}

/* CSS Variables */
:root {
--color-1: #f9b4b4;
--color-2: #f7c6b6;
--color-3: #f5e0a3;
--color-4: #d3e1e4;
--color-5: #a8d6e6;
}

Whimsical Lix Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4b4, #f7c6b6, #f5e0a3, #d3e1e4, #a8d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4b4, #f7c6b6, #f5e0a3, #d3e1e4, #a8d6e6);
}

Whimsical Lix Delight color palette created on .