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: #6b8f24;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #546a2f;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #8fbc8f;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #d3b58d;
--color-3: #546a2f;
--color-4: #f0e78e;
--color-5: #8fbc8f;
}

CSS del degradado de fondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #d3b58d, #546a2f, #f0e78e, #8fbc8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #d3b58d, #546a2f, #f0e78e, #8fbc8f);
}

Shades of Green color palette created on .