Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.singapore-orchid {
color: #9f1fef;
}
.somewhere-in-a-fairytale {
color: #d496e3;
}
.usc-gold {
color: #ffcc00;
}
.tomato {
color: #f43b1f;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--singapore-orchid:#9f1fef;
--somewhere-in-a-fairytale:#d496e3;
--usc-gold:#ffcc00;
--tomato:#f43b1f;
}