Verdant Whisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Whisper palette

Condividi questa palette a:

tavolozza dei colori Verdant Whisper CSS

/* CSS */
.color-1 {
color: #5e7f57;
}
.color-2 {
color: #80af6e;
}
.color-3 {
color: #a5d39c;
}
.color-4 {
color: #d6e8b5;
}
.color-5 {
color: #f2f6df;
}

/* CSS Variables */
:root {
--color-1: #5e7f57;
--color-2: #80af6e;
--color-3: #a5d39c;
--color-4: #d6e8b5;
--color-5: #f2f6df;
}

CSS con gradiente di sfondo Verdant Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e7f57, #80af6e, #a5d39c, #d6e8b5, #f2f6df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e7f57, #80af6e, #a5d39c, #d6e8b5, #f2f6df);
}

Verdant Whisper color palette created on .