Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.pretty-petunia {
color: #d7b9e9;
}
.sea-cliff {
color: #a3c6e1;
}
.snow-pea {
color: #6ccb79;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--pretty-petunia:#d7b9e9;
--sea-cliff:#a3c6e1;
--snow-pea:#6ccb79;
--welcoming-wasp:#f0a800;
}