Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-smoothie {
color: #8c4a4a;
}
.roman {
color: #d55d5d;
}
.plum-blossom {
color: #f09e9e;
}
.sunday-best {
color: #fbc6c6;
}
.reduced-pink {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--rhubarb-smoothie:#8c4a4a;
--roman:#d55d5d;
--plum-blossom:#f09e9e;
--sunday-best:#fbc6c6;
--reduced-pink:#f6e4e4;
}