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