Vanilla Cream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vanilla Cream palette

Condividi questa palette a:

tavolozza dei colori Vanilla Cream CSS

/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #f8e9b9;
}
.color-3 {
color: #f2d7a1;
}
.color-4 {
color: #e2b87e;
}
.color-5 {
color: #d59f6d;
}

/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #f8e9b9;
--color-3: #f2d7a1;
--color-4: #e2b87e;
--color-5: #d59f6d;
}

CSS con gradiente di sfondo Vanilla Cream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #f8e9b9, #f2d7a1, #e2b87e, #d59f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #f8e9b9, #f2d7a1, #e2b87e, #d59f6d);
}

Vanilla Cream color palette created on .