Paleta de colores Vanilla Cream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vanilla Cream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vanilla Cream

Download vanilla cream color palette PNG image (landscape)
Download vanilla cream color palette PNG image (square)

CSS de la paleta de colores Vanilla Cream

/* CSS */
.color-1 {
color: #f6edc1;
}
.color-2 {
color: #ebe6b2;
}
.color-3 {
color: #d7c8a2;
}
.color-4 {
color: #e1b5a3;
}
.color-5 {
color: #e4b0af;
}

/* CSS Variables */
:root {
--color-1: #f6edc1;
--color-2: #ebe6b2;
--color-3: #d7c8a2;
--color-4: #e1b5a3;
--color-5: #e4b0af;
}

CSS del degradado de fondo Vanilla Cream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6edc1, #ebe6b2, #d7c8a2, #e1b5a3, #e4b0af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6edc1, #ebe6b2, #d7c8a2, #e1b5a3, #e4b0af);
}

Vanilla Cream color palette created on .