Color names in this palette
CSS code for this palette
/* CSS */
.monarch-orange {
color: #f2a06e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.majestic-treasures {
color: #f2e6a1;
}
.rhodonite {
color: #f5b7c6;
}
.dusty-pink {
color: #d78e95;
}
/* CSS Variables */
:root {
--monarch-orange:#f2a06e;
--solar-plexus-chakra:#f1c84b;
--majestic-treasures:#f2e6a1;
--rhodonite:#f5b7c6;
--dusty-pink:#d78e95;
}