Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.peach-butter {
color: #ffab3d;
}
.hollandaise {
color: #ffec42;
}
.flax-flower-blue {
color: #3e9ae0;
}
.ua-red {
color: #d6004f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--peach-butter:#ffab3d;
--hollandaise:#ffec42;
--flax-flower-blue:#3e9ae0;
--ua-red:#d6004f;
}