Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.french-blue {
color: #0074bd;
}
.maniac-mansion {
color: #003a5c;
}
.treacle {
color: #895b29;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--french-blue:#0074bd;
--maniac-mansion:#003a5c;
--treacle:#895b29;
--soviet-gold:#ffd900;
}