Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.boat-house {
color: #4a8fba;
}
.spritzig {
color: #75c6e6;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--boat-house:#4a8fba;
--spritzig:#75c6e6;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}