Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.postwar-boom {
color: #496c97;
}
.estuary-blue {
color: #6da2b6;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--postwar-boom:#496c97;
--estuary-blue:#6da2b6;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}