Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.sapphire-blue {
color: #005fb8;
}
.soviet-gold {
color: #ffd900;
}
.white {
color: #ffffff;
}
.forest-blues {
color: #0a3d61;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--sapphire-blue:#005fb8;
--soviet-gold:#ffd900;
--white:#ffffff;
--forest-blues:#0a3d61;
}