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: #d55f20;
}
.color-2 {
color: #d39969;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #a65d36;
}
.color-5 {
color: #893b2a;
}

/* CSS Variables */
:root {
--color-1: #d55f20;
--color-2: #d39969;
--color-3: #c2b180;
--color-4: #a65d36;
--color-5: #893b2a;
}

CSS del degradado de fondo Harvest Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d55f20, #d39969, #c2b180, #a65d36, #893b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d55f20, #d39969, #c2b180, #a65d36, #893b2a);
}

Harvest Ember color palette created on .