Color names in this palette
CSS code for this palette
/* CSS */
.sunglow {
color: #ffcc33;
}
.himalayan-balsam {
color: #ff99cc;
}
.pompelmo {
color: #ff6666;
}
.chinese-new-year {
color: #ff3366;
}
.hornet-sting {
color: #ff0033;
}
/* CSS Variables */
:root {
--sunglow:#ffcc33;
--himalayan-balsam:#ff99cc;
--pompelmo:#ff6666;
--chinese-new-year:#ff3366;
--hornet-sting:#ff0033;
}