Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.cyantific {
color: #75c7c0;
}
.blue-click {
color: #a5d8e9;
}
.spaghetti-strap-pink {
color: #f9a9d5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--cyantific:#75c7c0;
--blue-click:#a5d8e9;
--spaghetti-strap-pink:#f9a9d5;
}