Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.informative-pink {
color: #ff85af;
}
.salmon-rose {
color: #ff707e;
}
.blood-burst {
color: #ff4d4d;
}
.coral-red {
color: #ff3d40;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--informative-pink:#ff85af;
--salmon-rose:#ff707e;
--blood-burst:#ff4d4d;
--coral-red:#ff3d40;
}