Color names in this palette
CSS code for this palette
/* CSS */
.midnight-mirage {
color: #001f3d;
}
.prismatic-springs {
color: #005a75;
}
.shocking-orange {
color: #ff6d1f;
}
.usc-gold {
color: #ffcc00;
}
.mexican-red-papaya {
color: #c64a2f;
}
/* CSS Variables */
:root {
--midnight-mirage:#001f3d;
--prismatic-springs:#005a75;
--shocking-orange:#ff6d1f;
--usc-gold:#ffcc00;
--mexican-red-papaya:#c64a2f;
}