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