Whispers of Enchanted Forest Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Enchanted Forest palette
Image Gallery

tavolozza dei colori Whispers of Enchanted Forest CSS
/* CSS */
.color-1 {
color: #b0c473;
}
.color-2 {
color: #718e88;
}
.color-3 {
color: #a05a79;
}
.color-4 {
color: #5e6b5b;
}
.color-5 {
color: #992e4e;
}
/* CSS Variables */
:root {
--color-1: #b0c473;
--color-2: #718e88;
--color-3: #a05a79;
--color-4: #5e6b5b;
--color-5: #992e4e;
}
CSS con gradiente di sfondo Whispers of Enchanted Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c473, #718e88, #a05a79, #5e6b5b, #992e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c473, #718e88, #a05a79, #5e6b5b, #992e4e);
}
Tavolozze di colori simili
Whispers of Enchanted Forest color palette created on .