Paleta de colores Vanilla Cream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vanilla Cream palette
CSS de la paleta de colores Vanilla Cream
/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #e3c9b5;
}
.color-3 {
color: #d1b29e;
}
.color-4 {
color: #e3b38c;
}
.color-5 {
color: #f5e2c7;
}
/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #e3c9b5;
--color-3: #d1b29e;
--color-4: #e3b38c;
--color-5: #f5e2c7;
}
CSS del degradado de fondo Vanilla Cream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #e3c9b5, #d1b29e, #e3b38c, #f5e2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #e3c9b5, #d1b29e, #e3b38c, #f5e2c7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Crema
Vanilla Cream color palette created on .