Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c7;
}
.blush-hour {
color: #ff7092;
}
.watermelon-candy {
color: #ff5c77;
}
.tuscan-sun {
color: #ffd84d;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c7;
--blush-hour:#ff7092;
--watermelon-candy:#ff5c77;
--tuscan-sun:#ffd84d;
--vitamin-c:#ff9900;
}