Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.princeton-orange {
color: #ff9100;
}
.capri {
color: #00bfff;
}
.billiards-cloth {
color: #00b849;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--princeton-orange:#ff9100;
--capri:#00bfff;
--billiards-cloth:#00b849;
--soviet-gold:#ffd900;
}