Color names in this palette
CSS code for this palette
/* CSS */
.delighted-chimp {
color: #2c1d2f;
}
.dulcet-violet {
color: #5a3a4c;
}
.majestic-orchid {
color: #8b5b6f;
}
.strawberry-surprise {
color: #b7718d;
}
.ibis {
color: #f6b6c1;
}
/* CSS Variables */
:root {
--delighted-chimp:#2c1d2f;
--dulcet-violet:#5a3a4c;
--majestic-orchid:#8b5b6f;
--strawberry-surprise:#b7718d;
--ibis:#f6b6c1;
}