Color names in this palette
CSS code for this palette
/* CSS */
.venetian-rose {
color: #f0c7e3;
}
.think-pink {
color: #e3a6c3;
}
.little-bow-pink {
color: #d57c9e;
}
.lady-s-cushions-pink {
color: #c59bb2;
}
.cyclamen-red {
color: #a95b8c;
}
/* CSS Variables */
:root {
--venetian-rose:#f0c7e3;
--think-pink:#e3a6c3;
--little-bow-pink:#d57c9e;
--lady-s-cushions-pink:#c59bb2;
--cyclamen-red:#a95b8c;
}