Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.wickford-bay {
color: #4b6991;
}
.pearl-blue {
color: #7ab4c7;
}
.syndicalist {
color: #f5c400;
}
.carrot {
color: #f76d3b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--wickford-bay:#4b6991;
--pearl-blue:#7ab4c7;
--syndicalist:#f5c400;
--carrot:#f76d3b;
}