Verdant Reverie Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Verdant Reverie palette
tavolozza dei colori Verdant Reverie CSS
/* CSS */
.color-1 {
color: #4a7c2d;
}
.color-2 {
color: #a2c799;
}
.color-3 {
color: #e0e6b3;
}
.color-4 {
color: #d5b55d;
}
.color-5 {
color: #a85e3e;
}
/* CSS Variables */
:root {
--color-1: #4a7c2d;
--color-2: #a2c799;
--color-3: #e0e6b3;
--color-4: #d5b55d;
--color-5: #a85e3e;
}
CSS con gradiente di sfondo Verdant Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c2d, #a2c799, #e0e6b3, #d5b55d, #a85e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c2d, #a2c799, #e0e6b3, #d5b55d, #a85e3e);
}
Tavolozze di colori simili
Verdant Reverie color palette created on .