Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b6;
}
.snug-yellow {
color: #fddc81;
}
.limpet-shell {
color: #93e1d8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b6;
--snug-yellow:#fddc81;
--limpet-shell:#93e1d8;
--grapefruit-pulp:#ff6e61;
--matt-pink:#ffb3c1;
}