Color names in this palette
CSS code for this palette
/* CSS */
.barossa {
color: #4a2b3e;
}
.purple-sapphire {
color: #804c90;
}
.bell-heather {
color: #a36fae;
}
.heart-to-heart {
color: #d5aac4;
}
.tender-peach {
color: #f9d3b9;
}
/* CSS Variables */
:root {
--barossa:#4a2b3e;
--purple-sapphire:#804c90;
--bell-heather:#a36fae;
--heart-to-heart:#d5aac4;
--tender-peach:#f9d3b9;
}