Color names in this palette
CSS code for this palette
/* CSS */
.stella {
color: #f6cf5a;
}
.national-anthem {
color: #3d6e94;
}
.historical-grey {
color: #a8a599;
}
.sunshine-mellow {
color: #f1c40e;
}
.nautical {
color: #2f4b7f;
}
/* CSS Variables */
:root {
--stella:#f6cf5a;
--national-anthem:#3d6e94;
--historical-grey:#a8a599;
--sunshine-mellow:#f1c40e;
--nautical:#2f4b7f;
}