Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a1bf;
}
.coral-dust {
color: #f1ab83;
}
.soft-straw {
color: #f5d280;
}
.lemon-peel {
color: #fff080;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a1bf;
--coral-dust:#f1ab83;
--soft-straw:#f5d280;
--lemon-peel:#fff080;
--grapefruit-pulp:#ff6e61;
}