Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.blue-electress {
color: #6b9cd1;
}
.soft-purple {
color: #a16fbe;
}
.fiesta-pink {
color: #d66b99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--blue-electress:#6b9cd1;
--soft-purple:#a16fbe;
--fiesta-pink:#d66b99;
}