Paleta de colores Light Vanilla
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Vanilla palette
CSS de la paleta de colores Light Vanilla
/* CSS */
.color-1 {
color: #f6e4b6;
}
.color-2 {
color: #ead9c8;
}
.color-3 {
color: #f1e5d0;
}
.color-4 {
color: #d8c9b6;
}
.color-5 {
color: #c5baa0;
}
/* CSS Variables */
:root {
--color-1: #f6e4b6;
--color-2: #ead9c8;
--color-3: #f1e5d0;
--color-4: #d8c9b6;
--color-5: #c5baa0;
}
CSS del degradado de fondo Light Vanilla
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4b6, #ead9c8, #f1e5d0, #d8c9b6, #c5baa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4b6, #ead9c8, #f1e5d0, #d8c9b6, #c5baa0);
}
Paletas de colores similares
Light Vanilla color palette created on .