Color names in this palette
CSS code for this palette
/* CSS */
.shot-over {
color: #4b5e68;
}
.polaris-blue {
color: #6d8a8d;
}
.aspiring-blue {
color: #a2c1c3;
}
.high-plateau {
color: #e4b57c;
}
.reed-mace {
color: #cf583a;
}
/* CSS Variables */
:root {
--shot-over:#4b5e68;
--polaris-blue:#6d8a8d;
--aspiring-blue:#a2c1c3;
--high-plateau:#e4b57c;
--reed-mace:#cf583a;
}