Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.ucla-gold {
color: #ffb300;
}
.flush-orange {
color: #ff6e00;
}
.secret-affair {
color: #c51162;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--ucla-gold:#ffb300;
--flush-orange:#ff6e00;
--secret-affair:#c51162;
--true-purple:#6f2c90;
}