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: #d74f1d;
}
.color-2 {
color: #ef9e4d;
}
.color-3 {
color: #e5bf57;
}
.color-4 {
color: #c25729;
}
.color-5 {
color: #9e341a;
}

/* CSS Variables */
:root {
--color-1: #d74f1d;
--color-2: #ef9e4d;
--color-3: #e5bf57;
--color-4: #c25729;
--color-5: #9e341a;
}

CSS del degradado de fondo Harvest Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d74f1d, #ef9e4d, #e5bf57, #c25729, #9e341a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d74f1d, #ef9e4d, #e5bf57, #c25729, #9e341a);
}

Harvest Ember color palette created on .