Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.rubber-radish {
color: #ff999c;
}
.cherry-blossom-pink {
color: #ffb3c7;
}
.it-s-a-girl {
color: #ffdbe3;
}
.cherubic {
color: #ffe5f1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--rubber-radish:#ff999c;
--cherry-blossom-pink:#ffb3c7;
--it-s-a-girl:#ffdbe3;
--cherubic:#ffe5f1;
}