Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.matt-pink {
color: #ffb8c1;
}
.fight-the-sunrise {
color: #ff99aa;
}
.incan-treasure {
color: #f8e0c4;
}
.nature-s-delight {
color: #a5d88d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--matt-pink:#ffb8c1;
--fight-the-sunrise:#ff99aa;
--incan-treasure:#f8e0c4;
--nature-s-delight:#a5d88d;
}