Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.boat-house {
color: #4e8dc1;
}
.belize {
color: #7ed3d1;
}
.calla {
color: #f2e1b5;
}
.mesquite-powder {
color: #e2c7b1;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--boat-house:#4e8dc1;
--belize:#7ed3d1;
--calla:#f2e1b5;
--mesquite-powder:#e2c7b1;
}