Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.drunken-dragonfly {
color: #2edc8a;
}
.ucla-gold {
color: #ffb300;
}
.shocking-orange {
color: #ff6d1f;
}
.chinese-new-year {
color: #ff2e66;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--drunken-dragonfly:#2edc8a;
--ucla-gold:#ffb300;
--shocking-orange:#ff6d1f;
--chinese-new-year:#ff2e66;
}