Color names in this palette
CSS code for this palette
/* CSS */
.neptune-s-wrath {
color: #0b3c5b;
}
.billabong {
color: #1b6d83;
}
.glassmith {
color: #4bb5c3;
}
.elegant-ivory {
color: #f0e6d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--neptune-s-wrath:#0b3c5b;
--billabong:#1b6d83;
--glassmith:#4bb5c3;
--elegant-ivory:#f0e6d6;
--grapefruit-pulp:#ff6e61;
}