Vanilla Cream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vanilla Cream palette

Share this palette to:

Vanilla Cream color palette CSS

/* CSS */
.color-1 {
color: #f7e8cf;
}
.color-2 {
color: #f3ead8;
}
.color-3 {
color: #f0e5c7;
}
.color-4 {
color: #f0e0b2;
}
.color-5 {
color: #e8d4a1;
}

/* CSS Variables */
:root {
--color-1: #f7e8cf;
--color-2: #f3ead8;
--color-3: #f0e5c7;
--color-4: #f0e0b2;
--color-5: #e8d4a1;
}

Vanilla Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8cf, #f3ead8, #f0e5c7, #f0e0b2, #e8d4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8cf, #f3ead8, #f0e5c7, #f0e0b2, #e8d4a1);
}

Vanilla Cream color palette created on .