Shades of Jade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Jade palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Jade

Download shades of jade color palette PNG image (landscape)
Download shades of jade color palette PNG image (square)

tavolozza dei colori Shades of Jade CSS

/* CSS */
.color-1 {
color: #009474;
}
.color-2 {
color: #4cb8a0;
}
.color-3 {
color: #82e3b6;
}
.color-4 {
color: #b2f0d9;
}
.color-5 {
color: #d6ffef;
}

/* CSS Variables */
:root {
--color-1: #009474;
--color-2: #4cb8a0;
--color-3: #82e3b6;
--color-4: #b2f0d9;
--color-5: #d6ffef;
}

CSS con gradiente di sfondo Shades of Jade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009474, #4cb8a0, #82e3b6, #b2f0d9, #d6ffef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009474, #4cb8a0, #82e3b6, #b2f0d9, #d6ffef);
}

Shades of Jade color palette created on .