Color names in this palette
CSS code for this palette
/* CSS */
.cornflower-lilac {
color: #ffb1ad;
}
.think-pink {
color: #e8a6c0;
}
.pretty-petunia {
color: #d4b8e0;
}
.island-light {
color: #a6c6ed;
}
.creamy-vanilla {
color: #f2e7c0;
}
/* CSS Variables */
:root {
--cornflower-lilac:#ffb1ad;
--think-pink:#e8a6c0;
--pretty-petunia:#d4b8e0;
--island-light:#a6c6ed;
--creamy-vanilla:#f2e7c0;
}