Paleta de colores Celestial Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Ember

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff8f93;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #ff8c00;
--color-3: #ff3c00;
--color-4: #ff6e61;
--color-5: #ff8f93;
}

CSS del degradado de fondo Celestial Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #ff8c00, #ff3c00, #ff6e61, #ff8f93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #ff8c00, #ff3c00, #ff6e61, #ff8f93);
}

Celestial Ember color palette created on .