Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.seabrook {
color: #4b7baf;
}
.dancing-in-the-rain {
color: #aac5d5;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--seabrook:#4b7baf;
--dancing-in-the-rain:#aac5d5;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}