Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #dab6e7;
}
.light-orchid {
color: #e6a8d6;
}
.pink-fit {
color: #f5a3b2;
}
.australian-apricot {
color: #f5c8a3;
}
.buttery-croissant {
color: #f7e09c;
}
/* CSS Variables */
:root {
--pretty-petunia:#dab6e7;
--light-orchid:#e6a8d6;
--pink-fit:#f5a3b2;
--australian-apricot:#f5c8a3;
--buttery-croissant:#f7e09c;
}