Paleta de colores Embers and Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embers and Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Embers and Gold

/* CSS */
.color-1 {
color: #d94f20;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #fddb6d;
}
.color-4 {
color: #f7f59c;
}
.color-5 {
color: #f25f3a;
}

/* CSS Variables */
:root {
--color-1: #d94f20;
--color-2: #faa200;
--color-3: #fddb6d;
--color-4: #f7f59c;
--color-5: #f25f3a;
}

CSS del degradado de fondo Embers and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94f20, #faa200, #fddb6d, #f7f59c, #f25f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94f20, #faa200, #fddb6d, #f7f59c, #f25f3a);
}

Embers and Gold color palette created on .