Verdant Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Harmony palette

Condividi questa palette a:

tavolozza dei colori Verdant Harmony CSS

/* CSS */
.color-1 {
color: #7ebe7e;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #e8f3e8;
}
.color-4 {
color: #f1d8b6;
}
.color-5 {
color: #f1b1b1;
}

/* CSS Variables */
:root {
--color-1: #7ebe7e;
--color-2: #b2e0b2;
--color-3: #e8f3e8;
--color-4: #f1d8b6;
--color-5: #f1b1b1;
}

CSS con gradiente di sfondo Verdant Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebe7e, #b2e0b2, #e8f3e8, #f1d8b6, #f1b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebe7e, #b2e0b2, #e8f3e8, #f1d8b6, #f1b1b1);
}

Verdant Harmony color palette created on .