Color names in this palette
CSS code for this palette
/* CSS */
.indian-clay {
color: #f4d0be;
}
.blushing-tulip {
color: #e3a1b8;
}
.dahlia-mauve {
color: #af5a8d;
}
.grape-juice {
color: #7c2d6c;
}
.murasaki {
color: #4b1f4c;
}
/* CSS Variables */
:root {
--indian-clay:#f4d0be;
--blushing-tulip:#e3a1b8;
--dahlia-mauve:#af5a8d;
--grape-juice:#7c2d6c;
--murasaki:#4b1f4c;
}