Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a4d5c2;
}
.peahen {
color: #6d9c8a;
}
.moonlit-forest {
color: #3c6d6c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dusty-orange {
color: #e06b4d;
}
/* CSS Variables */
:root {
--southern-belle:#a4d5c2;
--peahen:#6d9c8a;
--moonlit-forest:#3c6d6c;
--solar-plexus-chakra:#f1c84b;
--dusty-orange:#e06b4d;
}