Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.boat-house {
color: #4a8fba;
}
.spritzig {
color: #7ac5e6;
}
.buttery-croissant {
color: #f2df9c;
}
.dress-up {
color: #f8c6bf;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--boat-house:#4a8fba;
--spritzig:#7ac5e6;
--buttery-croissant:#f2df9c;
--dress-up:#f8c6bf;
}