Paleta de colores Harvest Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harvest Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Harvest Hues

/* CSS */
.color-1 {
color: #d1673d;
}
.color-2 {
color: #ffcc8a;
}
.color-3 {
color: #c7a085;
}
.color-4 {
color: #9f512d;
}
.color-5 {
color: #8b4513;
}

/* CSS Variables */
:root {
--color-1: #d1673d;
--color-2: #ffcc8a;
--color-3: #c7a085;
--color-4: #9f512d;
--color-5: #8b4513;
}

CSS del degradado de fondo Harvest Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1673d, #ffcc8a, #c7a085, #9f512d, #8b4513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1673d, #ffcc8a, #c7a085, #9f512d, #8b4513);
}

Harvest Hues color palette created on .