Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b3e0;
}
.pearly-purple {
color: #b76c9b;
}
.chinese-lantern {
color: #f28e50;
}
.curry-bubbles {
color: #f5b800;
}
.spring-glow {
color: #d2e2b6;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b3e0;
--pearly-purple:#b76c9b;
--chinese-lantern:#f28e50;
--curry-bubbles:#f5b800;
--spring-glow:#d2e2b6;
}