Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b1e7;
}
.light-blue-glint {
color: #a9d3e0;
}
.cyantific {
color: #76c6c2;
}
.guava-juice {
color: #f4b595;
}
.roseberry {
color: #f7a5a1;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b1e7;
--light-blue-glint:#a9d3e0;
--cyantific:#76c6c2;
--guava-juice:#f4b595;
--roseberry:#f7a5a1;
}