Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.cherry-blossom-pink {
color: #ffb3c7;
}
.light-pink {
color: #ffd1e1;
}
.it-s-a-girl {
color: #ffdbe1;
}
.laser-trap {
color: #ff3d67;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--cherry-blossom-pink:#ffb3c7;
--light-pink:#ffd1e1;
--it-s-a-girl:#ffdbe1;
--laser-trap:#ff3d67;
}