Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c0;
}
.pretty-petunia {
color: #d1b2e1;
}
.artesian-pool {
color: #a3c2e0;
}
.celadon {
color: #b0e4af;
}
.apricot-obsession {
color: #f7c6b6;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c0;
--pretty-petunia:#d1b2e1;
--artesian-pool:#a3c2e0;
--celadon:#b0e4af;
--apricot-obsession:#f7c6b6;
}