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: #69bf4a;
}
.color-2 {
color: #a7e3a1;
}
.color-3 {
color: #c7f7b6;
}
.color-4 {
color: #f2f9e1;
}
.color-5 {
color: #f7eecf;
}

/* CSS Variables */
:root {
--color-1: #69bf4a;
--color-2: #a7e3a1;
--color-3: #c7f7b6;
--color-4: #f2f9e1;
--color-5: #f7eecf;
}

CSS con gradiente di sfondo Verdant Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf4a, #a7e3a1, #c7f7b6, #f2f9e1, #f7eecf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf4a, #a7e3a1, #c7f7b6, #f2f9e1, #f7eecf);
}

Verdant Whispers color palette created on .