Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1e4d8a;
}
.montego-bay {
color: #3bb4c4;
}
.bad-moon-yellow {
color: #f1e6b6;
}
.pyrite {
color: #f4c543;
}
.fireglow {
color: #d85f41;
}
/* CSS Variables */
:root {
--olympian-blue:#1e4d8a;
--montego-bay:#3bb4c4;
--bad-moon-yellow:#f1e6b6;
--pyrite:#f4c543;
--fireglow:#d85f41;
}