Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #682c3e;
}
.baby-berries {
color: #994d64;
}
.hollyhock-blossom-pink {
color: #c37fa0;
}
.rhubarb-gin {
color: #d9a6c2;
}
.milkshake-pink {
color: #f2cad2;
}
/* CSS Variables */
:root {
--siren:#682c3e;
--baby-berries:#994d64;
--hollyhock-blossom-pink:#c37fa0;
--rhubarb-gin:#d9a6c2;
--milkshake-pink:#f2cad2;
}