Color names in this palette
CSS code for this palette
/* CSS */
.midnight-mirage {
color: #001f3d;
}
.usc-gold {
color: #ffcc00;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.yriel-yellow {
color: #ffdb57;
}
.subnautical {
color: #00264d;
}
/* CSS Variables */
:root {
--midnight-mirage:#001f3d;
--usc-gold:#ffcc00;
--aged-moustache-grey:#7d7d7d;
--yriel-yellow:#ffdb57;
--subnautical:#00264d;
}