Paleta de colores Serenity in Bloom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity in Bloom palette
CSS de la paleta de colores Serenity in Bloom
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dfe3f1;
}
.color-3 {
color: #b7c9e6;
}
.color-4 {
color: #a3b1d7;
}
.color-5 {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dfe3f1;
--color-3: #b7c9e6;
--color-4: #a3b1d7;
--color-5: #6b9cd1;
}
CSS del degradado de fondo Serenity in Bloom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dfe3f1, #b7c9e6, #a3b1d7, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dfe3f1, #b7c9e6, #a3b1d7, #6b9cd1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Serenity in Bloom color palette created on .