Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.china-doll {
color: #f2e4d4;
}
.scented-spring {
color: #f3d2f4;
}
.love-at-first-sight {
color: #e6a3b1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--china-doll:#f2e4d4;
--scented-spring:#f3d2f4;
--love-at-first-sight:#e6a3b1;
}