Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.boat-house {
color: #4b8cbe;
}
.undercool {
color: #80c5e0;
}
.sunny-mood {
color: #f7c94b;
}
.tiger-lily {
color: #e45b3f;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--boat-house:#4b8cbe;
--undercool:#80c5e0;
--sunny-mood:#f7c94b;
--tiger-lily:#e45b3f;
}