←Back to PalettesAll Palettes
Whispers of Enchanted Forest Dawn Color Palette
A soothing blend of greens that reflects the serene tranquility of dawn breaking through a lush forest, with vibrant hues that inspire renewal and growth, enveloping you in nature's embrace.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1b4b3d;
}
.irish {
color: #3e8e5b;
}
.verdigris-coloured {
color: #5fbf78;
}
.grape-green {
color: #a6e09e;
}
.applemint-soda {
color: #f2f6ea;
}
/* CSS Variables */
:root {
--brunswick-green:#1b4b3d;
--irish:#3e8e5b;
--verdigris-coloured:#5fbf78;
--grape-green:#a6e09e;
--applemint-soda:#f2f6ea;
}