Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.emperor-jewel {
color: #705b8b;
}
.amazonian-orchid {
color: #a57e9b;
}
.crunch {
color: #f2b55f;
}
.dusty-orange {
color: #e06b4d;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--emperor-jewel:#705b8b;
--amazonian-orchid:#a57e9b;
--crunch:#f2b55f;
--dusty-orange:#e06b4d;
}