Paleta de colores Harvest Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harvest Harmony palette

Compartir esta paleta en:

Descargar la paleta de colores Harvest Harmony (PNG)

Download harvest harmony color palette PNG image (landscape)
Download harvest harmony color palette PNG image (square)

CSS de la paleta de colores Harvest Harmony

/* CSS */
.color-1 {
color: #00ff00;
}
.color-2 {
color: #a8e26a;
}
.color-3 {
color: #7a3f1f;
}
.color-4 {
color: #38ca07;
}
.color-5 {
color: #f6bb3c;
}

/* CSS Variables */
:root {
--color-1: #00ff00;
--color-2: #a8e26a;
--color-3: #7a3f1f;
--color-4: #38ca07;
--color-5: #f6bb3c;
}

CSS del degradado de fondo Harvest Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff00, #a8e26a, #7a3f1f, #38ca07, #f6bb3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff00, #a8e26a, #7a3f1f, #38ca07, #f6bb3c);
}

Harvest Harmony color palette created on .