Verdant Whispers Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Verdant Whispers palette
Image Gallery
tavolozza dei colori Verdant Whispers CSS
/* CSS */
.color-1 {
color: #d9e16b;
}
.color-2 {
color: #acb95b;
}
.color-3 {
color: #8da090;
}
.color-4 {
color: #8e9d43;
}
.color-5 {
color: #72815a;
}
/* CSS Variables */
:root {
--color-1: #d9e16b;
--color-2: #acb95b;
--color-3: #8da090;
--color-4: #8e9d43;
--color-5: #72815a;
}
CSS con gradiente di sfondo Verdant Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e16b, #acb95b, #8da090, #8e9d43, #72815a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e16b, #acb95b, #8da090, #8e9d43, #72815a);
}
Tavolozze di colori simili
Verdant Whispers color palette created on .