Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1a4d7a;
}
.boat-house {
color: #4a8ebf;
}
.windsor-way {
color: #a2c9e6;
}
.dr-white {
color: #f8f9fc;
}
.calabrese {
color: #f1a7a2;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1a4d7a;
--boat-house:#4a8ebf;
--windsor-way:#a2c9e6;
--dr-white:#f8f9fc;
--calabrese:#f1a7a2;
}