Paleta de colores Whimsical Daydreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whimsical Daydreams palette
Image Gallery
CSS de la paleta de colores Whimsical Daydreams
/* CSS */
.color-1 {
color: #eceeed;
}
.color-2 {
color: #c9ddf8;
}
.color-3 {
color: #d5d2a4;
}
.color-4 {
color: #b6d1f6;
}
.color-5 {
color: #e1d03d;
}
/* CSS Variables */
:root {
--color-1: #eceeed;
--color-2: #c9ddf8;
--color-3: #d5d2a4;
--color-4: #b6d1f6;
--color-5: #e1d03d;
}
CSS del degradado de fondo Whimsical Daydreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eceeed, #c9ddf8, #d5d2a4, #b6d1f6, #e1d03d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eceeed, #c9ddf8, #d5d2a4, #b6d1f6, #e1d03d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10 paletas de colores Light gray
Whimsical Daydreams color palette created on .