Paleta de colores Harvest Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harvest Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Harvest Glow

/* CSS */
.color-1 {
color: #fed039;
}
.color-2 {
color: #9c4507;
}
.color-3 {
color: #fe9f10;
}
.color-4 {
color: #e06915;
}
.color-5 {
color: #7c2804;
}

/* CSS Variables */
:root {
--color-1: #fed039;
--color-2: #9c4507;
--color-3: #fe9f10;
--color-4: #e06915;
--color-5: #7c2804;
}

CSS del degradado de fondo Harvest Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed039, #9c4507, #fe9f10, #e06915, #7c2804);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed039, #9c4507, #fe9f10, #e06915, #7c2804);
}

Harvest Glow color palette created on .