Paleta de colores Shades of Green Skin

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green Skin palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shades of Green Skin

Download shades of green skin color palette PNG image (landscape)
Download shades of green skin color palette PNG image (square)

CSS de la paleta de colores Shades of Green Skin

/* CSS */
.color-1 {
color: #f3e5d8;
}
.color-2 {
color: #c4b8a1;
}
.color-3 {
color: #a89b8a;
}
.color-4 {
color: #6c4f3d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f3e5d8;
--color-2: #c4b8a1;
--color-3: #a89b8a;
--color-4: #6c4f3d;
--color-5: #000000;
}

CSS del degradado de fondo Shades of Green Skin

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5d8, #c4b8a1, #a89b8a, #6c4f3d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5d8, #c4b8a1, #a89b8a, #6c4f3d, #000000);
}

Shades of Green Skin color palette created on .