Paleta de colores Embers and Pines

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embers and Pines palette

Compartir esta paleta en:

CSS de la paleta de colores Embers and Pines

/* CSS */
.color-1 {
color: #e56b43;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d6b85c;
}
.color-4 {
color: #5b814b;
}
.color-5 {
color: #4f2a21;
}

/* CSS Variables */
:root {
--color-1: #e56b43;
--color-2: #f0a800;
--color-3: #d6b85c;
--color-4: #5b814b;
--color-5: #4f2a21;
}

CSS del degradado de fondo Embers and Pines

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e56b43, #f0a800, #d6b85c, #5b814b, #4f2a21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e56b43, #f0a800, #d6b85c, #5b814b, #4f2a21);
}

Embers and Pines color palette created on .