Paleta de colores Sunset Harvest Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Harvest Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Harvest Hues

/* CSS */
.color-1 {
color: #f3bf86;
}
.color-2 {
color: #d9a36d;
}
.color-3 {
color: #b69d72;
}
.color-4 {
color: #bd8551;
}
.color-5 {
color: #a1885e;
}

/* CSS Variables */
:root {
--color-1: #f3bf86;
--color-2: #d9a36d;
--color-3: #b69d72;
--color-4: #bd8551;
--color-5: #a1885e;
}

CSS del degradado de fondo Sunset Harvest Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3bf86, #d9a36d, #b69d72, #bd8551, #a1885e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3bf86, #d9a36d, #b69d72, #bd8551, #a1885e);
}

Sunset Harvest Hues color palette created on .