Color names in this palette
CSS code for this palette
/* CSS */
.pink-dahlia {
color: #b84c69;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hawkbit {
color: #fddb6d;
}
.lolly-ice {
color: #a6d8d2;
}
/* CSS Variables */
:root {
--pink-dahlia:#b84c69;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hawkbit:#fddb6d;
--lolly-ice:#a6d8d2;
}