Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.jubilee {
color: #7c5f9b;
}
.fat-gold {
color: #e6b400;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--jubilee:#7c5f9b;
--fat-gold:#e6b400;
--solar-plexus-chakra:#f1c84b;
--grapefruit-pulp:#ff6e61;
}