Color names in this palette
CSS code for this palette
/* CSS */
.new-clay {
color: #f1c2b6;
}
.coral-fountain {
color: #e6a7a2;
}
.rambling-rose {
color: #d78999;
}
.bishop-red {
color: #c374af;
}
.wisteria {
color: #a77ccb;
}
/* CSS Variables */
:root {
--new-clay:#f1c2b6;
--coral-fountain:#e6a7a2;
--rambling-rose:#d78999;
--bishop-red:#c374af;
--wisteria:#a77ccb;
}