Light Vanilla Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Vanilla palette

Share this palette to:

Light Vanilla color palette CSS

/* CSS */
.color-1 {
color: #f6e4b6;
}
.color-2 {
color: #ead9c8;
}
.color-3 {
color: #f1e5d0;
}
.color-4 {
color: #d8c9b6;
}
.color-5 {
color: #c5baa0;
}

/* CSS Variables */
:root {
--color-1: #f6e4b6;
--color-2: #ead9c8;
--color-3: #f1e5d0;
--color-4: #d8c9b6;
--color-5: #c5baa0;
}

Light Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4b6, #ead9c8, #f1e5d0, #d8c9b6, #c5baa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4b6, #ead9c8, #f1e5d0, #d8c9b6, #c5baa0);
}

Light Vanilla color palette created on .