Color names in this palette
CSS code for this palette
/* CSS */
.mustard-green {
color: #a7b300;
}
.soviet-gold {
color: #ffd900;
}
.newport-indigo {
color: #2d396c;
}
.lime-lizard {
color: #a3d55d;
}
.gilded {
color: #f5df51;
}
/* CSS Variables */
:root {
--mustard-green:#a7b300;
--soviet-gold:#ffd900;
--newport-indigo:#2d396c;
--lime-lizard:#a3d55d;
--gilded:#f5df51;
}