Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b2e1;
}
.rogue-pink {
color: #f7a6c1;
}
.lemon-filling {
color: #f8e6a5;
}
.golden-hour {
color: #f5b35b;
}
.ceremonial-gold {
color: #d69957;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b2e1;
--rogue-pink:#f7a6c1;
--lemon-filling:#f8e6a5;
--golden-hour:#f5b35b;
--ceremonial-gold:#d69957;
}