Emerald Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Emerald Serenity palette

Condividi questa palette a:

tavolozza dei colori Emerald Serenity CSS

/* CSS */
.color-1 {
color: #2ecc70;
}
.color-2 {
color: #28af60;
}
.color-3 {
color: #16a286;
}
.color-4 {
color: #1abc9c;
}
.color-5 {
color: #3ed0b1;
}

/* CSS Variables */
:root {
--color-1: #2ecc70;
--color-2: #28af60;
--color-3: #16a286;
--color-4: #1abc9c;
--color-5: #3ed0b1;
}

CSS con gradiente di sfondo Emerald Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ecc70, #28af60, #16a286, #1abc9c, #3ed0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ecc70, #28af60, #16a286, #1abc9c, #3ed0b1);
}

Emerald Serenity color palette created on .