Color names in this palette
CSS code for this palette
/* CSS */
.foundation {
color: #f7e9c5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.summer-glow {
color: #e8a745;
}
.clay-terrace {
color: #d6803d;
}
.deep-reddish-orange {
color: #b95f3c;
}
/* CSS Variables */
:root {
--foundation:#f7e9c5;
--solar-plexus-chakra:#f1c84b;
--summer-glow:#e8a745;
--clay-terrace:#d6803d;
--deep-reddish-orange:#b95f3c;
}