Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.new-age-blue {
color: #4b6faa;
}
.blue-bell {
color: #8cb2d4;
}
.pumpkin-mousse {
color: #f1c2a7;
}
.citrus-blast {
color: #e07c3e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--new-age-blue:#4b6faa;
--blue-bell:#8cb2d4;
--pumpkin-mousse:#f1c2a7;
--citrus-blast:#e07c3e;
}