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: #f6f4e9;
}
.color-2 {
color: #f2dfc0;
}
.color-3 {
color: #e7c49c;
}
.color-4 {
color: #d9a96d;
}
.color-5 {
color: #c78a4d;
}
/* CSS Variables */
:root {
--color-1: #f6f4e9;
--color-2: #f2dfc0;
--color-3: #e7c49c;
--color-4: #d9a96d;
--color-5: #c78a4d;
}
CSS del degradado de fondo Vanilla Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f4e9, #f2dfc0, #e7c49c, #d9a96d, #c78a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f4e9, #f2dfc0, #e7c49c, #d9a96d, #c78a4d);
}
Paletas de colores similares
Vanilla Dreamscape color palette created on .