Shades of Persian Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Persian Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Persian Green CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #00e6d2;
}
.color-4 {
color: #9effd3;
}
.color-5 {
color: #e1f9f0;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00bdad;
--color-3: #00e6d2;
--color-4: #9effd3;
--color-5: #e1f9f0;
}

CSS con gradiente di sfondo Shades of Persian Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00bdad, #00e6d2, #9effd3, #e1f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00bdad, #00e6d2, #9effd3, #e1f9f0);
}

Shades of Persian Green color palette created on .