Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f7b1c3;
}
.pink-fit {
color: #f4a4b1;
}
.medium-terracotta {
color: #d89f8d;
}
.mojave-sunset {
color: #a86b57;
}
.marron {
color: #6d4a4a;
}
/* CSS Variables */
:root {
--cupid:#f7b1c3;
--pink-fit:#f4a4b1;
--medium-terracotta:#d89f8d;
--mojave-sunset:#a86b57;
--marron:#6d4a4a;
}