Paleta de colores Whispers of Serene Blooms
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Serene Blooms palette
CSS de la paleta de colores Whispers of Serene Blooms
/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #f7fcfd;
}
.color-3 {
color: #f1fafe;
}
.color-4 {
color: #cbe6fb;
}
.color-5 {
color: #f7d4d7;
}
/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #f7fcfd;
--color-3: #f1fafe;
--color-4: #cbe6fb;
--color-5: #f7d4d7;
}
CSS del degradado de fondo Whispers of Serene Blooms
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #f7fcfd, #f1fafe, #cbe6fb, #f7d4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #f7fcfd, #f1fafe, #cbe6fb, #f7d4d7);
}
Paletas de colores similares
Whispers of Serene Blooms color palette created on .