Color names in this palette
CSS code for this palette
/* CSS */
.pieces-of-eight {
color: #ffb13d;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.flame-scarlet {
color: #d72839;
}
.maniac-mansion {
color: #003a5c;
}
.green-spool {
color: #006275;
}
/* CSS Variables */
:root {
--pieces-of-eight:#ffb13d;
--university-of-tennessee-orange:#f57e00;
--flame-scarlet:#d72839;
--maniac-mansion:#003a5c;
--green-spool:#006275;
}