Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c6;
}
.aggressive-salmon {
color: #ff809b;
}
.love-red {
color: #ff4d6d;
}
.lightish-red {
color: #ff294d;
}
.future-fuchsia {
color: #ff1a3c;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c6;
--aggressive-salmon:#ff809b;
--love-red:#ff4d6d;
--lightish-red:#ff294d;
--future-fuchsia:#ff1a3c;
}