Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f3a0c1;
}
.out-of-fashion {
color: #f26e93;
}
.raspberry-sorbet {
color: #d93a6a;
}
.romantic-rose {
color: #a93d8e;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--prism-pink:#f3a0c1;
--out-of-fashion:#f26e93;
--raspberry-sorbet:#d93a6a;
--romantic-rose:#a93d8e;
--true-purple:#6a2c90;
}