Color names in this palette
CSS code for this palette
/* CSS */
.aubergine-mauve {
color: #3c2c3f;
}
.heart-s-desire {
color: #aa3c5b;
}
.pink-fit {
color: #f6a7ae;
}
.touching-white {
color: #f4e1d7;
}
.gold-ore {
color: #e7ba18;
}
/* CSS Variables */
:root {
--aubergine-mauve:#3c2c3f;
--heart-s-desire:#aa3c5b;
--pink-fit:#f6a7ae;
--touching-white:#f4e1d7;
--gold-ore:#e7ba18;
}