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: #8fbc8f;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #d4e3d5;
}
.color-4 {
color: #e1f4e7;
}
.color-5 {
color: #c7e5d9;
}

/* CSS Variables */
:root {
--color-1: #8fbc8f;
--color-2: #a7d7b8;
--color-3: #d4e3d5;
--color-4: #e1f4e7;
--color-5: #c7e5d9;
}

CSS con gradiente di sfondo Verdant Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbc8f, #a7d7b8, #d4e3d5, #e1f4e7, #c7e5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbc8f, #a7d7b8, #d4e3d5, #e1f4e7, #c7e5d9);
}

Verdant Whispers color palette created on .