Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d8b3e6;
}
.bright-lavender {
color: #c492e3;
}
.soft-purple {
color: #a86bb3;
}
.forsythia-blossom {
color: #f8d86d;
}
.orange-pospsicle {
color: #f2a60d;
}
/* CSS Variables */
:root {
--pretty-petunia:#d8b3e6;
--bright-lavender:#c492e3;
--soft-purple:#a86bb3;
--forsythia-blossom:#f8d86d;
--orange-pospsicle:#f2a60d;
}