Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1e4d8a;
}
.summerday-blue {
color: #3a6a98;
}
.scott-base {
color: #67a1c5;
}
.maximum-yellow-red {
color: #f1b74b;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--olympian-blue:#1e4d8a;
--summerday-blue:#3a6a98;
--scott-base:#67a1c5;
--maximum-yellow-red:#f1b74b;
--fireglow:#d65c3d;
}