Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1e4f8a;
}
.boat-house {
color: #4f8cba;
}
.coastal-waters {
color: #7cbcde;
}
.forsythia-blossom {
color: #f9d66c;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--olympian-blue:#1e4f8a;
--boat-house:#4f8cba;
--coastal-waters:#7cbcde;
--forsythia-blossom:#f9d66c;
--durotar-fire:#f15a27;
}