Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f4b3d7;
}
.laelia-pink {
color: #f8c9e0;
}
.hopeful {
color: #f2d4e1;
}
.gumball {
color: #e4b4d4;
}
.heart-to-heart {
color: #d7a7c7;
}
/* CSS Variables */
:root {
--soft-cashmere:#f4b3d7;
--laelia-pink:#f8c9e0;
--hopeful:#f2d4e1;
--gumball:#e4b4d4;
--heart-to-heart:#d7a7c7;
}