Paleta de colores Harvest Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harvest Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Harvest Ember

/* CSS */
.color-1 {
color: #c75829;
}
.color-2 {
color: #e8a56d;
}
.color-3 {
color: #d9c57d;
}
.color-4 {
color: #a55f3b;
}
.color-5 {
color: #793a25;
}

/* CSS Variables */
:root {
--color-1: #c75829;
--color-2: #e8a56d;
--color-3: #d9c57d;
--color-4: #a55f3b;
--color-5: #793a25;
}

CSS del degradado de fondo Harvest Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75829, #e8a56d, #d9c57d, #a55f3b, #793a25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75829, #e8a56d, #d9c57d, #a55f3b, #793a25);
}

Harvest Ember color palette created on .