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: #6fdc8b;
}
.color-2 {
color: #4fbf74;
}
.color-3 {
color: #3caf60;
}
.color-4 {
color: #2b9c4f;
}
.color-5 {
color: #208343;
}

/* CSS Variables */
:root {
--color-1: #6fdc8b;
--color-2: #4fbf74;
--color-3: #3caf60;
--color-4: #2b9c4f;
--color-5: #208343;
}

CSS con gradiente di sfondo Emerald Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fdc8b, #4fbf74, #3caf60, #2b9c4f, #208343);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fdc8b, #4fbf74, #3caf60, #2b9c4f, #208343);
}

Emerald Serenity color palette created on .