Shades of Green Skin Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green Skin palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Green Skin

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

tavolozza dei colori Shades of Green Skin CSS

/* 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 con gradiente di sfondo 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 .