Color names in this palette
CSS code for this palette
/* CSS */
.conch-shell {
color: #ff8a9d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.cowbell {
color: #ffe680;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--conch-shell:#ff8a9d;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--cowbell:#ffe680;
--lusty-gallant:#ffcdcc;
}