Paleta de colores Whispers of Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Dreams palette
CSS de la paleta de colores Whispers of Dreams
/* CSS */
.color-1 {
color: #f8c4d3;
}
.color-2 {
color: #f8e3b4;
}
.color-3 {
color: #f3e78c;
}
.color-4 {
color: #b6e8b0;
}
.color-5 {
color: #7ac5e1;
}
/* CSS Variables */
:root {
--color-1: #f8c4d3;
--color-2: #f8e3b4;
--color-3: #f3e78c;
--color-4: #b6e8b0;
--color-5: #7ac5e1;
}
CSS del degradado de fondo Whispers of Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c4d3, #f8e3b4, #f3e78c, #b6e8b0, #7ac5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c4d3, #f8e3b4, #f3e78c, #b6e8b0, #7ac5e1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Whispers of Dreams color palette created on .