←Back to PalettesAll Palettes
Whimsical Earthy Elegance Color Palette
A captivating blend of vibrant greens and warm earthy hues, this collection evokes the tranquility of a lush garden in full bloom, with hints of playful whimsy and grounding comfort. Perfect for creating spaces that inspire creativity and harmony.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.bilious-green {
color: #a6d56c;
}
.blackberry-yogurt {
color: #e3b5e1;
}
.jardini-re {
color: #009975;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--bilious-green:#a6d56c;
--blackberry-yogurt:#e3b5e1;
--jardini-re:#009975;
--apricot-glazed-chicken:#f5a524;
}