Paleta de colores Verdant Canopy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Canopy palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Canopy

/* CSS */
.color-1 {
color: #6c9c49;
}
.color-2 {
color: #a3c78e;
}
.color-3 {
color: #e2f0b7;
}
.color-4 {
color: #c8e2b6;
}
.color-5 {
color: #8ebf8d;
}

/* CSS Variables */
:root {
--color-1: #6c9c49;
--color-2: #a3c78e;
--color-3: #e2f0b7;
--color-4: #c8e2b6;
--color-5: #8ebf8d;
}

CSS del degradado de fondo Verdant Canopy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c9c49, #a3c78e, #e2f0b7, #c8e2b6, #8ebf8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c9c49, #a3c78e, #e2f0b7, #c8e2b6, #8ebf8d);
}

Verdant Canopy color palette created on .