Paleta de colores Whispering Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Dreams palette
CSS de la paleta de colores Whispering Dreams
/* CSS */
.color-1 {
color: #f2b1d1;
}
.color-2 {
color: #dfc5e7;
}
.color-3 {
color: #b3d3e0;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #f9e3ae;
}
/* CSS Variables */
:root {
--color-1: #f2b1d1;
--color-2: #dfc5e7;
--color-3: #b3d3e0;
--color-4: #a7d7b8;
--color-5: #f9e3ae;
}
CSS del degradado de fondo Whispering Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1d1, #dfc5e7, #b3d3e0, #a7d7b8, #f9e3ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1d1, #dfc5e7, #b3d3e0, #a7d7b8, #f9e3ae);
}
Paletas de colores similares
Whispering Dreams color palette created on .