Loading...

Paleta de colores Dark Green Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Green Shades palette

Compartir esta paleta en:

Descargar la paleta de colores Dark Green Shades (PNG)

Download dark green shades color palette PNG image (landscape)
Download dark green shades color palette PNG image (square)

CSS de la paleta de colores Dark Green Shades

/* CSS */
.color-1 {
color: #141414;
}
.color-2 {
color: #f0f0db;
}
.color-3 {
color: #b4f028;
}
.color-4 {
color: #292929;
}
.color-5 {
color: #3d3d3d;
}

/* CSS Variables */
:root {
--color-1: #141414;
--color-2: #f0f0db;
--color-3: #b4f028;
--color-4: #292929;
--color-5: #3d3d3d;
}

CSS del degradado de fondo Dark Green Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #141414, #f0f0db, #b4f028, #292929, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #141414, #f0f0db, #b4f028, #292929, #3d3d3d);
}

Dark Green Shades color palette created on .