Paleta de colores Northern Harvest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Northern Harvest palette

Compartir esta paleta en:

CSS de la paleta de colores Northern Harvest

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f9d44e;
}
.color-3 {
color: #f1a50e;
}
.color-4 {
color: #e78c1d;
}
.color-5 {
color: #c25024;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f9d44e;
--color-3: #f1a50e;
--color-4: #e78c1d;
--color-5: #c25024;
}

CSS del degradado de fondo Northern Harvest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f9d44e, #f1a50e, #e78c1d, #c25024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f9d44e, #f1a50e, #e78c1d, #c25024);
}

Northern Harvest color palette created on .