Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.starflower-blue {
color: #4a95b5;
}
.dolphin {
color: #88c5d7;
}
.top-banana {
color: #f9d771;
}
.sunset-blaze {
color: #eb5928;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--starflower-blue:#4a95b5;
--dolphin:#88c5d7;
--top-banana:#f9d771;
--sunset-blaze:#eb5928;
}