Deep Green Serenity Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Deep Green Serenity palette
tavolozza dei colori Deep Green Serenity CSS
/* CSS */
.color-1 {
color: #1f3d35;
}
.color-2 {
color: #507c69;
}
.color-3 {
color: #8eb8a4;
}
.color-4 {
color: #b7e6d7;
}
.color-5 {
color: #cff7e4;
}
/* CSS Variables */
:root {
--color-1: #1f3d35;
--color-2: #507c69;
--color-3: #8eb8a4;
--color-4: #b7e6d7;
--color-5: #cff7e4;
}
CSS con gradiente di sfondo Deep Green Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d35, #507c69, #8eb8a4, #b7e6d7, #cff7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d35, #507c69, #8eb8a4, #b7e6d7, #cff7e4);
}
Tavolozze di colori simili
Deep Green Serenity color palette created on .