Paleta de colores Vanilla Cream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vanilla Cream palette

Compartir esta paleta en:

CSS de la paleta de colores Vanilla Cream

/* 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;
}

CSS del degradado de fondo Vanilla Cream

/* 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 .