Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4a72;
}
.mountain-bluebird {
color: #4a9cbf;
}
.turquoise-chalk {
color: #6ee2d5;
}
.rapunzel {
color: #f5da7f;
}
.orange-crush {
color: #f0782d;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4a72;
--mountain-bluebird:#4a9cbf;
--turquoise-chalk:#6ee2d5;
--rapunzel:#f5da7f;
--orange-crush:#f0782d;
}