Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a57cbb;
}
.blue-dam {
color: #a1c4d4;
}
.stone-cypress-green {
color: #5d7e6d;
}
.green-gooseberry {
color: #b2e1a3;
}
.bubblegum-pink {
color: #f5b2ba;
}
/* CSS Variables */
:root {
--wisteria:#a57cbb;
--blue-dam:#a1c4d4;
--stone-cypress-green:#5d7e6d;
--green-gooseberry:#b2e1a3;
--bubblegum-pink:#f5b2ba;
}