Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e8ef1;
}
.safety-yellow {
color: #f0d400;
}
.shocking-orange {
color: #ff6d1f;
}
.chinese-new-year {
color: #ff2e62;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--karimun-blue:#1e8ef1;
--safety-yellow:#f0d400;
--shocking-orange:#ff6d1f;
--chinese-new-year:#ff2e62;
--liberal-lilac:#9b58b6;
}