Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.mallorca-blue {
color: #507e95;
}
.catarina-green {
color: #8dc4b5;
}
.sweet-spring {
color: #cfe5c2;
}
.quiet-whisper {
color: #f0f4e7;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--mallorca-blue:#507e95;
--catarina-green:#8dc4b5;
--sweet-spring:#cfe5c2;
--quiet-whisper:#f0f4e7;
}