Paleta de colores Celestial Blaze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blaze palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Blaze

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f7e98d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #f6b83c;
--color-3: #f7e98d;
--color-4: #ff6e61;
--color-5: #e74d3c;
}

CSS del degradado de fondo Celestial Blaze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #f6b83c, #f7e98d, #ff6e61, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #f6b83c, #f7e98d, #ff6e61, #e74d3c);
}

Celestial Blaze color palette created on .