Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.broom-butterfly-blue {
color: #6fb1d8;
}
.white {
color: #ffffff;
}
.vitamin-c {
color: #ff9900;
}
.diva-pink {
color: #ff3d7e;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--broom-butterfly-blue:#6fb1d8;
--white:#ffffff;
--vitamin-c:#ff9900;
--diva-pink:#ff3d7e;
}