Color names in this palette
CSS code for this palette
/* CSS */
.sly-shrimp {
color: #f7e2d9;
}
.rhodonite {
color: #f1b6c4;
}
.fuchsia-blush {
color: #e783b3;
}
.sensual-climax {
color: #e03889;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--sly-shrimp:#f7e2d9;
--rhodonite:#f1b6c4;
--fuchsia-blush:#e783b3;
--sensual-climax:#e03889;
--moth-orchid:#d6006f;
}