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