Paleta de colores Serene Blossoms
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Blossoms palette
CSS de la paleta de colores Serene Blossoms
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #fdd5a0;
}
.color-3 {
color: #f8d79b;
}
.color-4 {
color: #b5e1e3;
}
.color-5 {
color: #6db2f3;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #fdd5a0;
--color-3: #f8d79b;
--color-4: #b5e1e3;
--color-5: #6db2f3;
}
CSS del degradado de fondo Serene Blossoms
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #fdd5a0, #f8d79b, #b5e1e3, #6db2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #fdd5a0, #f8d79b, #b5e1e3, #6db2f3);
}
Paletas de colores similares
Serene Blossoms color palette created on .