Paleta de colores Celestial Blossom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Blossom palette
CSS de la paleta de colores Celestial Blossom
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8b98b;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #d66b8d;
}
.color-5 {
color: #b25c9b;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8b98b;
--color-3: #f1a8a2;
--color-4: #d66b8d;
--color-5: #b25c9b;
}
CSS del degradado de fondo Celestial Blossom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8b98b, #f1a8a2, #d66b8d, #b25c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8b98b, #f1a8a2, #d66b8d, #b25c9b);
}
Paletas de colores similares
Celestial Blossom color palette created on .