Color names in this palette
CSS code for this palette
/* CSS */
.skeletor-s-cape {
color: #792c90;
}
.moonlight-melody {
color: #b469b5;
}
.light-orchid {
color: #e5a4d3;
}
.sport-yellow {
color: #f0d77a;
}
.peach-mimosa {
color: #f3a48c;
}
/* CSS Variables */
:root {
--skeletor-s-cape:#792c90;
--moonlight-melody:#b469b5;
--light-orchid:#e5a4d3;
--sport-yellow:#f0d77a;
--peach-mimosa:#f3a48c;
}