Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.limelight {
color: #f2e76e;
}
.aquamarine-blue {
color: #6cdce0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.plum-dust {
color: #a84d94;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--limelight:#f2e76e;
--aquamarine-blue:#6cdce0;
--grapefruit-pulp:#ff6e61;
--plum-dust:#a84d94;
}