Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.cliff-blue {
color: #5a8dba;
}
.club-cruise {
color: #8bc3e4;
}
.sunshine-mellow {
color: #f4c210;
}
.inferno {
color: #d95c36;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--cliff-blue:#5a8dba;
--club-cruise:#8bc3e4;
--sunshine-mellow:#f4c210;
--inferno:#d95c36;
}