Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4b3a;
}
.calliope {
color: #c69d8b;
}
.pink-abalone {
color: #e8b4a1;
}
.canter-peach {
color: #f7d4bb;
}
.touching-white {
color: #f4e1d7;
}
/* CSS Variables */
:root {
--nutmeg:#7e4b3a;
--calliope:#c69d8b;
--pink-abalone:#e8b4a1;
--canter-peach:#f7d4bb;
--touching-white:#f4e1d7;
}