Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.maximum-green-yellow {
color: #d3e156;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d6;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--maximum-green-yellow:#d3e156;
--island-light:#a6c6ed;
}