Color names in this palette
CSS code for this palette
/* CSS */
.chinese-new-year {
color: #ff2e62;
}
.shocking-orange {
color: #ff6d1f;
}
.yellow-jacket {
color: #ffc83d;
}
.verditer {
color: #00b3aa;
}
.blue-splash {
color: #2e87ad;
}
/* CSS Variables */
:root {
--chinese-new-year:#ff2e62;
--shocking-orange:#ff6d1f;
--yellow-jacket:#ffc83d;
--verditer:#00b3aa;
--blue-splash:#2e87ad;
}