Paleta de colores Harvest Hearth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harvest Hearth palette

Compartir esta paleta en:

CSS de la paleta de colores Harvest Hearth

/* CSS */
.color-1 {
color: #181e01;
}
.color-2 {
color: #f14e09;
}
.color-3 {
color: #5f3307;
}
.color-4 {
color: #465610;
}
.color-5 {
color: #c78948;
}

/* CSS Variables */
:root {
--color-1: #181e01;
--color-2: #f14e09;
--color-3: #5f3307;
--color-4: #465610;
--color-5: #c78948;
}

CSS del degradado de fondo Harvest Hearth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #181e01, #f14e09, #5f3307, #465610, #c78948);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #181e01, #f14e09, #5f3307, #465610, #c78948);
}

Harvest Hearth color palette created on .