Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.traditional-blue {
color: #1f628e;
}
.adamantine-blue {
color: #45adfc;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--traditional-blue:#1f628e;
--adamantine-blue:#45adfc;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}