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: #f6e8d5;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #d5b748;
}
.color-4 {
color: #c89a6f;
}
.color-5 {
color: #a67f4e;
}

/* CSS Variables */
:root {
--color-1: #f6e8d5;
--color-2: #e8cca1;
--color-3: #d5b748;
--color-4: #c89a6f;
--color-5: #a67f4e;
}

Vanilla Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8d5, #e8cca1, #d5b748, #c89a6f, #a67f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8d5, #e8cca1, #d5b748, #c89a6f, #a67f4e);
}

Vanilla Cream color palette created on .