Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b3e0;
}
.prism-pink {
color: #f2a1c0;
}
.lazy-daisy {
color: #f7e9a1;
}
.old-flame {
color: #f5b7b2;
}
.in-the-slip {
color: #e5c2cf;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b3e0;
--prism-pink:#f2a1c0;
--lazy-daisy:#f7e9a1;
--old-flame:#f5b7b2;
--in-the-slip:#e5c2cf;
}