Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1e3a57;
}
.winter-shadow {
color: #4f6b7d;
}
.equanimity {
color: #85a6b7;
}
.cheater {
color: #f1b05b;
}
.bricks-of-hope {
color: #d75b5b;
}
/* CSS Variables */
:root {
--regal-blue:#1e3a57;
--winter-shadow:#4f6b7d;
--equanimity:#85a6b7;
--cheater:#f1b05b;
--bricks-of-hope:#d75b5b;
}