Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.cowbell {
color: #ffe680;
}
.mint-macaron {
color: #b1eaf2;
}
.clean-pool {
color: #50c2f7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--cowbell:#ffe680;
--mint-macaron:#b1eaf2;
--clean-pool:#50c2f7;
}