Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.blush-hour {
color: #ff7092;
}
.digital-violets {
color: #a600ff;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--blush-hour:#ff7092;
--digital-violets:#a600ff;
}