Color names in this palette
CSS code for this palette
/* CSS */
.sea-hunter {
color: #1e5a7b;
}
.moonstone {
color: #39a8c0;
}
.electric-lemonade {
color: #5de2e9;
}
.giallo {
color: #f1d63b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sea-hunter:#1e5a7b;
--moonstone:#39a8c0;
--electric-lemonade:#5de2e9;
--giallo:#f1d63b;
--grapefruit-pulp:#ff6e61;
}