Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1f2c6b;
}
.antilles-blue {
color: #3b5b8c;
}
.boat-house {
color: #4f8dbf;
}
.undercool {
color: #7ec6e7;
}
.venetian-yellow {
color: #f7e1a1;
}
/* CSS Variables */
:root {
--mythical-night:#1f2c6b;
--antilles-blue:#3b5b8c;
--boat-house:#4f8dbf;
--undercool:#7ec6e7;
--venetian-yellow:#f7e1a1;
}