Paleta de colores Sustainable Harvest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sustainable Harvest palette

Compartir esta paleta en:

CSS de la paleta de colores Sustainable Harvest

/* CSS */
.color-1 {
color: #3cb472;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #8b4513;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #ffcc00;
--color-3: #ff8052;
--color-4: #8b4513;
--color-5: #f0e78e;
}

CSS del degradado de fondo Sustainable Harvest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #ffcc00, #ff8052, #8b4513, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #ffcc00, #ff8052, #8b4513, #f0e78e);
}

Sustainable Harvest color palette created on .