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: #592d8f;
}
.color-2 {
color: #a65eba;
}
.color-3 {
color: #f3a5d4;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #a65eba;
--color-3: #f3a5d4;
--color-4: #ffd900;
--color-5: #ff6e61;
}
CSS del degradado de fondo Celestial Blossom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #a65eba, #f3a5d4, #ffd900, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #a65eba, #f3a5d4, #ffd900, #ff6e61);
}
Paletas de colores similares
Celestial Blossom color palette created on .