Color names in this palette
CSS code for this palette
/* CSS */
.primal-red {
color: #a42d4f;
}
.rhubarb-pie {
color: #d77e8a;
}
.loveable {
color: #f1c1c5;
}
.mont-blanc-peak {
color: #f3e7e7;
}
.bright-white {
color: #f7f2f2;
}
/* CSS Variables */
:root {
--primal-red:#a42d4f;
--rhubarb-pie:#d77e8a;
--loveable:#f1c1c5;
--mont-blanc-peak:#f3e7e7;
--bright-white:#f7f2f2;
}