Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.yellow-warbler {
color: #ffba70;
}
.paris-daisy {
color: #ffea4d;
}
.jittery-jade {
color: #6febb4;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--yellow-warbler:#ffba70;
--paris-daisy:#ffea4d;
--jittery-jade:#6febb4;
}