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: #a4c6a8;
}
.color-2 {
color: #bad4c9;
}
.color-3 {
color: #e0c5b8;
}
.color-4 {
color: #d59d8b;
}
.color-5 {
color: #b77a6c;
}

/* CSS Variables */
:root {
--color-1: #a4c6a8;
--color-2: #bad4c9;
--color-3: #e0c5b8;
--color-4: #d59d8b;
--color-5: #b77a6c;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6a8, #bad4c9, #e0c5b8, #d59d8b, #b77a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6a8, #bad4c9, #e0c5b8, #d59d8b, #b77a6c);
}

Shades of Green color palette created on .