Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.grenade {
color: #c21e4a;
}
.consumed-by-fire {
color: #f2801c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.blush-kiss {
color: #e8bbc4;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--grenade:#c21e4a;
--consumed-by-fire:#f2801c;
--solar-plexus-chakra:#f1c84b;
--blush-kiss:#e8bbc4;
}