Color names in this palette
CSS code for this palette
/* CSS */
.skeletor-s-cape {
color: #792c90;
}
.moonlight-melody {
color: #b075b3;
}
.mosaic-tile {
color: #156f6e;
}
.scarlet-flame {
color: #9b316f;
}
.autumn-glimmer {
color: #ea8c4d;
}
/* CSS Variables */
:root {
--skeletor-s-cape:#792c90;
--moonlight-melody:#b075b3;
--mosaic-tile:#156f6e;
--scarlet-flame:#9b316f;
--autumn-glimmer:#ea8c4d;
}