Color names in this palette
CSS code for this palette
/* CSS */
.lemon-filling {
color: #f8e6a5;
}
.pretty-petunia {
color: #d4b5e8;
}
.whirlpool {
color: #a1d9cf;
}
.simple-pink {
color: #f8a5aa;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lemon-filling:#f8e6a5;
--pretty-petunia:#d4b5e8;
--whirlpool:#a1d9cf;
--simple-pink:#f8a5aa;
--grapefruit-pulp:#ff6e61;
}