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: #f9d13e;
}
.color-2 {
color: #f77a22;
}
.color-3 {
color: #d44056;
}
.color-4 {
color: #a56ab4;
}
.color-5 {
color: #7f1e99;
}

/* CSS Variables */
:root {
--color-1: #f9d13e;
--color-2: #f77a22;
--color-3: #d44056;
--color-4: #a56ab4;
--color-5: #7f1e99;
}

CSS del degradado de fondo Celestial Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d13e, #f77a22, #d44056, #a56ab4, #7f1e99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d13e, #f77a22, #d44056, #a56ab4, #7f1e99);
}

Celestial Ember color palette created on .