Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a4b2;
}
.cooled-cream {
color: #fddc96;
}
.powder-blue {
color: #b1e0e7;
}
.sinbad {
color: #a4d5d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-fit:#f9a4b2;
--cooled-cream:#fddc96;
--powder-blue:#b1e0e7;
--sinbad:#a4d5d1;
--grapefruit-pulp:#ff6e61;
}