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