Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a1c5;
}
.soft-cashmere {
color: #f1b1d5;
}
.mellow-sun {
color: #f6d59d;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a1c5;
--soft-cashmere:#f1b1d5;
--mellow-sun:#f6d59d;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}