Shades of Jade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Jade palette

Condividi questa palette a:

tavolozza dei colori Shades of Jade CSS

/* CSS */
.color-1 {
color: #5ad3b5;
}
.color-2 {
color: #8de2b1;
}
.color-3 {
color: #b1e2b9;
}
.color-4 {
color: #e3f2e5;
}
.color-5 {
color: #eef6ee;
}

/* CSS Variables */
:root {
--color-1: #5ad3b5;
--color-2: #8de2b1;
--color-3: #b1e2b9;
--color-4: #e3f2e5;
--color-5: #eef6ee;
}

CSS con gradiente di sfondo Shades of Jade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ad3b5, #8de2b1, #b1e2b9, #e3f2e5, #eef6ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ad3b5, #8de2b1, #b1e2b9, #e3f2e5, #eef6ee);
}

Shades of Jade color palette created on .