Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d8a6c3;
}
.in-the-pink {
color: #f3c4d3;
}
.pork-belly {
color: #f8e2e8;
}
.salmon-eggs {
color: #f4d35d;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d8a6c3;
--in-the-pink:#f3c4d3;
--pork-belly:#f8e2e8;
--salmon-eggs:#f4d35d;
--honey-wax:#f9a824;
}