Color names in this palette
CSS code for this palette
/* CSS */
.buddha-s-love-handles {
color: #ffbb33;
}
.sun-crete {
color: #ff8c00;
}
.toxic-orange {
color: #ff5d38;
}
.bright-blue-violet {
color: #8a2ce2;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--buddha-s-love-handles:#ffbb33;
--sun-crete:#ff8c00;
--toxic-orange:#ff5d38;
--bright-blue-violet:#8a2ce2;
--christmas-silver:#e0e0e0;
}