Green Forest Fairy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Forest Fairy palette
Green Forest Fairy color palette CSS
/* CSS */
.color-1 {
color: #4d6f4d;
}
.color-2 {
color: #6e9a6a;
}
.color-3 {
color: #b2d7b5;
}
.color-4 {
color: #d9cdb5;
}
.color-5 {
color: #c3a897;
}
/* CSS Variables */
:root {
--color-1: #4d6f4d;
--color-2: #6e9a6a;
--color-3: #b2d7b5;
--color-4: #d9cdb5;
--color-5: #c3a897;
}
Green Forest Fairy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6f4d, #6e9a6a, #b2d7b5, #d9cdb5, #c3a897);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6f4d, #6e9a6a, #b2d7b5, #d9cdb5, #c3a897);
}
Similar color palettes
Green Forest Fairy color palette created on .