Paleta de colores Gentle Green Vocabulary Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gentle Green Vocabulary Garden palette

Compartir esta paleta en:

CSS de la paleta de colores Gentle Green Vocabulary Garden

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #85c1b1;
}
.color-3 {
color: #6eaa8c;
}
.color-4 {
color: #4b8b7e;
}
.color-5 {
color: #3c6d5b;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #85c1b1;
--color-3: #6eaa8c;
--color-4: #4b8b7e;
--color-5: #3c6d5b;
}

CSS del degradado de fondo Gentle Green Vocabulary Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #85c1b1, #6eaa8c, #4b8b7e, #3c6d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #85c1b1, #6eaa8c, #4b8b7e, #3c6d5b);
}

Gentle Green Vocabulary Garden color palette created on .