Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.elevated {
color: #b2c4d2;
}
.october-bounty {
color: #e5c7a4;
}
.burning-coals {
color: #f69f74;
}
.dizzy-days {
color: #d14e29;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--elevated:#b2c4d2;
--october-bounty:#e5c7a4;
--burning-coals:#f69f74;
--dizzy-days:#d14e29;
}