Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.boat-house {
color: #4b8cbe;
}
.spritzig {
color: #73c1e7;
}
.vic-20-green {
color: #8fdc8f;
}
.barrel {
color: #f3b26d;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--boat-house:#4b8cbe;
--spritzig:#73c1e7;
--vic-20-green:#8fdc8f;
--barrel:#f3b26d;
}