Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.xanthe-yellow {
color: #ffee57;
}
.kul-sharif-blue {
color: #80d3fa;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--xanthe-yellow:#ffee57;
--kul-sharif-blue:#80d3fa;
--ti-n-l-n-sky:#65b5f6;
}