Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.rosy-outlook {
color: #f7aaa1;
}
.rogue-pink {
color: #f6a2c4;
}
.medium-lavender-magenta {
color: #e2a6f7;
}
.fennel-flower {
color: #7a9eff;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--rosy-outlook:#f7aaa1;
--rogue-pink:#f6a2c4;
--medium-lavender-magenta:#e2a6f7;
--fennel-flower:#7a9eff;
}