Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d8b8e0;
}
.violetta {
color: #a76c9a;
}
.princess {
color: #f2a6b4;
}
.burning-flame {
color: #ffb361;
}
.childhood-crush {
color: #e26a6c;
}
/* CSS Variables */
:root {
--pretty-petunia:#d8b8e0;
--violetta:#a76c9a;
--princess:#f2a6b4;
--burning-flame:#ffb361;
--childhood-crush:#e26a6c;
}