Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1a1a3d;
}
.beaded-blue {
color: #4d4d8f;
}
.deep-periwinkle {
color: #7e7ebe;
}
.winterspring-lilac {
color: #b3b3ff;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--prune-plum:#1a1a3d;
--beaded-blue:#4d4d8f;
--deep-periwinkle:#7e7ebe;
--winterspring-lilac:#b3b3ff;
--usc-gold:#ffcc00;
}