Color names in this palette
CSS code for this palette
/* CSS */
.nightly-expedition {
color: #1f1f8e;
}
.chinese-bellflower {
color: #4f4fb5;
}
.adora {
color: #8c8cd4;
}
.purple-illusion {
color: #b2b2f0;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--nightly-expedition:#1f1f8e;
--chinese-bellflower:#4f4fb5;
--adora:#8c8cd4;
--purple-illusion:#b2b2f0;
--usc-gold:#ffcc00;
}