Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d9;
}
.salmon-tartare {
color: #ff9eab;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.bumblebee {
color: #ffc929;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d9;
--salmon-tartare:#ff9eab;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--bumblebee:#ffc929;
}