Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.muted-lavender {
color: #3b5897;
}
.sapphire-blue {
color: #005fb8;
}
.white-smoke {
color: #f5f5f5;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--muted-lavender:#3b5897;
--sapphire-blue:#005fb8;
--white-smoke:#f5f5f5;
--black:#000000;
}