Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.tropic-tide {
color: #6fbeba;
}
.olympic-blue {
color: #4b91e2;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--tropic-tide:#6fbeba;
--olympic-blue:#4b91e2;
--moth-orchid:#d6006f;
}