Paleta de colores Shades of Green Villain

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green Villain palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green Villain

/* CSS */
.color-1 {
color: #4a8c5a;
}
.color-2 {
color: #6fbe8b;
}
.color-3 {
color: #9ee0a4;
}
.color-4 {
color: #b3f4c4;
}
.color-5 {
color: #d7f9e5;
}

/* CSS Variables */
:root {
--color-1: #4a8c5a;
--color-2: #6fbe8b;
--color-3: #9ee0a4;
--color-4: #b3f4c4;
--color-5: #d7f9e5;
}

CSS del degradado de fondo Shades of Green Villain

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8c5a, #6fbe8b, #9ee0a4, #b3f4c4, #d7f9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8c5a, #6fbe8b, #9ee0a4, #b3f4c4, #d7f9e5);
}

Shades of Green Villain color palette created on .