Color names in this palette
CSS code for this palette
/* CSS */
.american-purple {
color: #4a1f4d;
}
.alfonso-olive {
color: #7c2d5c;
}
.china-rose {
color: #a64e6d;
}
.i-love-you-pink {
color: #d9788d;
}
.ibis {
color: #f1b1c1;
}
/* CSS Variables */
:root {
--american-purple:#4a1f4d;
--alfonso-olive:#7c2d5c;
--china-rose:#a64e6d;
--i-love-you-pink:#d9788d;
--ibis:#f1b1c1;
}