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: #5dbb63;
}
.color-2 {
color: #7ac7a6;
}
.color-3 {
color: #a1e8b8;
}
.color-4 {
color: #e1f4e9;
}
.color-5 {
color: #b4e4c7;
}

/* CSS Variables */
:root {
--color-1: #5dbb63;
--color-2: #7ac7a6;
--color-3: #a1e8b8;
--color-4: #e1f4e9;
--color-5: #b4e4c7;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dbb63, #7ac7a6, #a1e8b8, #e1f4e9, #b4e4c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dbb63, #7ac7a6, #a1e8b8, #e1f4e9, #b4e4c7);
}

Shades of Green color palette created on .