Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.saffron {
color: #f5c72e;
}
.sparkling-apple {
color: #76af41;
}
.beijing-blue {
color: #3e7eb1;
}
.mulberry-yogurt {
color: #c84c8a;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--saffron:#f5c72e;
--sparkling-apple:#76af41;
--beijing-blue:#3e7eb1;
--mulberry-yogurt:#c84c8a;
}