Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.blue-regent {
color: #2a5d92;
}
.boat-house {
color: #4b8bc3;
}
.deluxe-days {
color: #8bc8e9;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--blue-regent:#2a5d92;
--boat-house:#4b8bc3;
--deluxe-days:#8bc8e9;
--sunshine-mellow:#f1c40e;
}