Paleta de colores Shades of Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green

/* CSS */
.color-1 {
color: #6adcaf;
}
.color-2 {
color: #4abfb4;
}
.color-3 {
color: #3a9c8f;
}
.color-4 {
color: #2d7c74;
}
.color-5 {
color: #1e5c55;
}

/* CSS Variables */
:root {
--color-1: #6adcaf;
--color-2: #4abfb4;
--color-3: #3a9c8f;
--color-4: #2d7c74;
--color-5: #1e5c55;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6adcaf, #4abfb4, #3a9c8f, #2d7c74, #1e5c55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6adcaf, #4abfb4, #3a9c8f, #2d7c74, #1e5c55);
}

Shades of Green color palette created on .