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: #1b8354;
}
.color-2 {
color: #47b872;
}
.color-3 {
color: #76d58e;
}
.color-4 {
color: #a1e3a2;
}
.color-5 {
color: #c5f1b6;
}

/* CSS Variables */
:root {
--color-1: #1b8354;
--color-2: #47b872;
--color-3: #76d58e;
--color-4: #a1e3a2;
--color-5: #c5f1b6;
}

CSS con gradiente di sfondo Emerald Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b8354, #47b872, #76d58e, #a1e3a2, #c5f1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b8354, #47b872, #76d58e, #a1e3a2, #c5f1b6);
}

Emerald Serenity color palette created on .