Color names in this palette
CSS code for this palette
/* CSS */
.samantha-s-room {
color: #f3d3e6;
}
.prism-pink {
color: #f2a1bf;
}
.oleander-pink {
color: #f25a9c;
}
.rouge-red {
color: #e03e6c;
}
.blood-thorn {
color: #b62f5e;
}
/* CSS Variables */
:root {
--samantha-s-room:#f3d3e6;
--prism-pink:#f2a1bf;
--oleander-pink:#f25a9c;
--rouge-red:#e03e6c;
--blood-thorn:#b62f5e;
}