Emerald Serenity Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Emerald Serenity palette
tavolozza dei colori Emerald Serenity CSS
/* CSS */
.color-1 {
color: #3bbf3b;
}
.color-2 {
color: #76d676;
}
.color-3 {
color: #a9e5a9;
}
.color-4 {
color: #d2f4d2;
}
.color-5 {
color: #def7de;
}
/* CSS Variables */
:root {
--color-1: #3bbf3b;
--color-2: #76d676;
--color-3: #a9e5a9;
--color-4: #d2f4d2;
--color-5: #def7de;
}
CSS con gradiente di sfondo Emerald Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf3b, #76d676, #a9e5a9, #d2f4d2, #def7de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf3b, #76d676, #a9e5a9, #d2f4d2, #def7de);
}
Tavolozze di colori simili
Emerald Serenity color palette created on .