Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1a4e89;
}
.national-anthem {
color: #3d6d99;
}
.folk-song {
color: #67a1a2;
}
.faint-fawn {
color: #e3c59c;
}
.cedar-chest {
color: #c75b4d;
}
/* CSS Variables */
:root {
--olympian-blue:#1a4e89;
--national-anthem:#3d6d99;
--folk-song:#67a1a2;
--faint-fawn:#e3c59c;
--cedar-chest:#c75b4d;
}