Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb861;
}
.green-fondant {
color: #2d9a69;
}
.aqueous {
color: #3c8e9a;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b3;
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb861;
--green-fondant:#2d9a69;
--aqueous:#3c8e9a;
}