Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #ff9eb1;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.reddish-pink {
color: #ff2e54;
}
.future-fuchsia {
color: #ff1a3c;
}
/* CSS Variables */
:root {
--ballet-slippers:#ff9eb1;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--reddish-pink:#ff2e54;
--future-fuchsia:#ff1a3c;
}