Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b0e3;
}
.rogue-pink {
color: #f4a4c4;
}
.buttery-croissant {
color: #f5e29e;
}
.chai-latte {
color: #f7c9a1;
}
.stellar-strawberry {
color: #ff5c8f;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b0e3;
--rogue-pink:#f4a4c4;
--buttery-croissant:#f5e29e;
--chai-latte:#f7c9a1;
--stellar-strawberry:#ff5c8f;
}