Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.turquoise-sea {
color: #6ed6ed;
}
.peach-pink {
color: #ff998a;
}
.bright-ube {
color: #d6a1e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--turquoise-sea:#6ed6ed;
--peach-pink:#ff998a;
--bright-ube:#d6a1e8;
}