Verdant Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Whispers palette

Condividi questa palette a:

tavolozza dei colori Verdant Whispers CSS

/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #a1d9a0;
}
.color-3 {
color: #69bf7c;
}
.color-4 {
color: #4ebc5e;
}
.color-5 {
color: #3d9946;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #a1d9a0;
--color-3: #69bf7c;
--color-4: #4ebc5e;
--color-5: #3d9946;
}

CSS con gradiente di sfondo Verdant Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #a1d9a0, #69bf7c, #4ebc5e, #3d9946);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #a1d9a0, #69bf7c, #4ebc5e, #3d9946);
}

Verdant Whispers color palette created on .