Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.blazing-bonfire {
color: #ff9f38;
}
.grapefruit-pulp {
color: #ff7161;
}
.sasquatch-socks {
color: #ff4d7f;
}
.knockout-pink {
color: #ff3d98;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--blazing-bonfire:#ff9f38;
--grapefruit-pulp:#ff7161;
--sasquatch-socks:#ff4d7f;
--knockout-pink:#ff3d98;
}