Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hot-sun {
color: #f7b32b;
}
.mint {
color: #3db388;
}
.nautical {
color: #2d4a7b;
}
.radiant-orchid {
color: #a85d9f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hot-sun:#f7b32b;
--mint:#3db388;
--nautical:#2d4a7b;
--radiant-orchid:#a85d9f;
}