Paleta de colores Sunset Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Ember

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #d95e0d;
}
.color-4 {
color: #a23c25;
}
.color-5 {
color: #6b0f1d;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f08c00;
--color-3: #d95e0d;
--color-4: #a23c25;
--color-5: #6b0f1d;
}

CSS del degradado de fondo Sunset Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f08c00, #d95e0d, #a23c25, #6b0f1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f08c00, #d95e0d, #a23c25, #6b0f1d);
}

Sunset Ember color palette created on .