Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d8;
}
.pink-marshmallow {
color: #f5b2d6;
}
.aries-hot-pink {
color: #f28cbf;
}
.carmine-rose {
color: #e85e8f;
}
.raspberry-sorbet {
color: #d6386a;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d8;
--pink-marshmallow:#f5b2d6;
--aries-hot-pink:#f28cbf;
--carmine-rose:#e85e8f;
--raspberry-sorbet:#d6386a;
}