Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ibis-rose {
color: #c75c8c;
}
.punch-out-glove {
color: #6b8eff;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--grapefruit-pulp:#ff6e61;
--ibis-rose:#c75c8c;
--punch-out-glove:#6b8eff;
}