Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f5b8d1;
}
.prism-pink {
color: #f3a0c0;
}
.wonder-lust {
color: #f28ca1;
}
.strawberry-pink {
color: #f06a7c;
}
.camellia-rose {
color: #e94e6d;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f5b8d1;
--prism-pink:#f3a0c0;
--wonder-lust:#f28ca1;
--strawberry-pink:#f06a7c;
--camellia-rose:#e94e6d;
}