Enchanted Forest Haven Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Forest Haven palette
Download Enchanted Forest Haven Color Palette (PNG)
Enchanted Forest Haven color palette CSS
/* CSS */
.color-1 {
color: #3a7e3d;
}
.color-2 {
color: #5d9d53;
}
.color-3 {
color: #77b569;
}
.color-4 {
color: #a2d996;
}
.color-5 {
color: #d5e6b7;
}
/* CSS Variables */
:root {
--color-1: #3a7e3d;
--color-2: #5d9d53;
--color-3: #77b569;
--color-4: #a2d996;
--color-5: #d5e6b7;
}
Enchanted Forest Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7e3d, #5d9d53, #77b569, #a2d996, #d5e6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7e3d, #5d9d53, #77b569, #a2d996, #d5e6b7);
}
Similar color palettes
Enchanted Forest Haven color palette created on .