Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.boat-house {
color: #4a8fba;
}
.ocean-cruise {
color: #9fd3df;
}
.mystic-tulip {
color: #f7b5a1;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--boat-house:#4a8fba;
--ocean-cruise:#9fd3df;
--mystic-tulip:#f7b5a1;
--lemon-dream:#f0a400;
}