Paleta de colores Whimsical Daydreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whimsical Daydreams palette
CSS de la paleta de colores Whimsical Daydreams
/* CSS */
.color-1 {
color: #f6a2b4;
}
.color-2 {
color: #f7d1b1;
}
.color-3 {
color: #f4dfb4;
}
.color-4 {
color: #b3e6d3;
}
.color-5 {
color: #b3d8f4;
}
/* CSS Variables */
:root {
--color-1: #f6a2b4;
--color-2: #f7d1b1;
--color-3: #f4dfb4;
--color-4: #b3e6d3;
--color-5: #b3d8f4;
}
CSS del degradado de fondo Whimsical Daydreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b4, #f7d1b1, #f4dfb4, #b3e6d3, #b3d8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b4, #f7d1b1, #f4dfb4, #b3e6d3, #b3d8f4);
}
Paletas de colores similares
Whimsical Daydreams color palette created on .