Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.vivid-burgundy {
color: #9c1c31;
}
.bright-eggplant {
color: #5c4b8b;
}
.sixties-blue {
color: #0079a8;
}
.billiard {
color: #00b3a1;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--vivid-burgundy:#9c1c31;
--bright-eggplant:#5c4b8b;
--sixties-blue:#0079a8;
--billiard:#00b3a1;
}