Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f7b1cf;
}
.rose-mallow {
color: #f1a7c5;
}
.firm-pink {
color: #da8bc8;
}
.gul-b-pink {
color: #c67bbf;
}
.heath-spotted-orchid {
color: #a15e9c;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f7b1cf;
--rose-mallow:#f1a7c5;
--firm-pink:#da8bc8;
--gul-b-pink:#c67bbf;
--heath-spotted-orchid:#a15e9c;
}