Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f3a0b7;
}
.ambitious-rose {
color: #e76a7b;
}
.capocollo {
color: #d84f4f;
}
.picante {
color: #a14c30;
}
.burgundy-wine {
color: #6a3e3e;
}
/* CSS Variables */
:root {
--emperor-s-children:#f3a0b7;
--ambitious-rose:#e76a7b;
--capocollo:#d84f4f;
--picante:#a14c30;
--burgundy-wine:#6a3e3e;
}