Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1e4e71;
}
.larkspur {
color: #3b7a91;
}
.aspara {
color: #70afcd;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--canoe-blue:#1e4e71;
--larkspur:#3b7a91;
--aspara:#70afcd;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}