Color names in this palette
CSS code for this palette
/* CSS */
.rose-glow {
color: #ffdbea;
}
.matt-pink {
color: #ffb3c1;
}
.aggressive-salmon {
color: #ff809b;
}
.love-red {
color: #ff4d6d;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--rose-glow:#ffdbea;
--matt-pink:#ffb3c1;
--aggressive-salmon:#ff809b;
--love-red:#ff4d6d;
--black:#000000;
}