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: #f5d742;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #eb4755;
}
.color-5 {
color: #ce1c63;
}

/* CSS Variables */
:root {
--color-1: #f5d742;
--color-2: #ff9b3d;
--color-3: #ff6e61;
--color-4: #eb4755;
--color-5: #ce1c63;
}

CSS del degradado de fondo Celestial Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d742, #ff9b3d, #ff6e61, #eb4755, #ce1c63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d742, #ff9b3d, #ff6e61, #eb4755, #ce1c63);
}

Celestial Blossom color palette created on .