Paleta de colores Celestial Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Blossom

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e1b4;
}
.color-3 {
color: #d9b3e6;
}
.color-4 {
color: #a7d6f1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e1b4;
--color-3: #d9b3e6;
--color-4: #a7d6f1;
--color-5: #ff6e61;
}

CSS del degradado de fondo Celestial Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e1b4, #d9b3e6, #a7d6f1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e1b4, #d9b3e6, #a7d6f1, #ff6e61);
}

Celestial Blossom color palette created on .