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: #a5d7a2;
}
.color-2 {
color: #f2b05a;
}
.color-3 {
color: #e96a2f;
}
.color-4 {
color: #c4688c;
}
.color-5 {
color: #704d7a;
}

/* CSS Variables */
:root {
--color-1: #a5d7a2;
--color-2: #f2b05a;
--color-3: #e96a2f;
--color-4: #c4688c;
--color-5: #704d7a;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d7a2, #f2b05a, #e96a2f, #c4688c, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d7a2, #f2b05a, #e96a2f, #c4688c, #704d7a);
}

Shades of Green color palette created on .