Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5c4f8c;
}
.viola-grey {
color: #8a6a9a;
}
.taste-of-berry {
color: #c9a1b6;
}
.golden-hour {
color: #f2b75a;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--purple-corallite:#5c4f8c;
--viola-grey:#8a6a9a;
--taste-of-berry:#c9a1b6;
--golden-hour:#f2b75a;
--durotar-fire:#f15a27;
}