Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.dead-lake {
color: #2a5b84;
}
.viking {
color: #4eb0c6;
}
.hawker-s-gold {
color: #f5c26b;
}
.emberglow {
color: #e76a5a;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--dead-lake:#2a5b84;
--viking:#4eb0c6;
--hawker-s-gold:#f5c26b;
--emberglow:#e76a5a;
}