Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.hawaiian-passion {
color: #ff9e3d;
}
.qing-yellow {
color: #ffcc66;
}
.old-yella {
color: #ffeb99;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--hawaiian-passion:#ff9e3d;
--qing-yellow:#ffcc66;
--old-yella:#ffeb99;
--white:#ffffff;
}