Paleta de colores Embers and Evergreens

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embers and Evergreens palette

Compartir esta paleta en:

CSS de la paleta de colores Embers and Evergreens

/* CSS */
.color-1 {
color: #c65e3f;
}
.color-2 {
color: #f1a26a;
}
.color-3 {
color: #f7e6a6;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4c8f2d;
}

/* CSS Variables */
:root {
--color-1: #c65e3f;
--color-2: #f1a26a;
--color-3: #f7e6a6;
--color-4: #a3d55d;
--color-5: #4c8f2d;
}

CSS del degradado de fondo Embers and Evergreens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65e3f, #f1a26a, #f7e6a6, #a3d55d, #4c8f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65e3f, #f1a26a, #f7e6a6, #a3d55d, #4c8f2d);
}

Embers and Evergreens color palette created on .