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: #a4daa6;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #f9b98b;
}
.color-4 {
color: #f36d68;
}
.color-5 {
color: #c94a6c;
}

/* CSS Variables */
:root {
--color-1: #a4daa6;
--color-2: #f4e1a4;
--color-3: #f9b98b;
--color-4: #f36d68;
--color-5: #c94a6c;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4daa6, #f4e1a4, #f9b98b, #f36d68, #c94a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4daa6, #f4e1a4, #f9b98b, #f36d68, #c94a6c);
}

Shades of Green color palette created on .