Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.new-age-blue {
color: #4b6faa;
}
.boudoir-blue {
color: #7a9edc;
}
.yellow-currant {
color: #f5c76b;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--new-age-blue:#4b6faa;
--boudoir-blue:#7a9edc;
--yellow-currant:#f5c76b;
--bacon-strips:#e13e33;
}