Color names in this palette
CSS code for this palette
/* CSS */
.bone-white {
color: #f3e1af;
}
.peach-latte {
color: #e5c49f;
}
.apricotta {
color: #d7a18e;
}
.black-elder {
color: #a66e7c;
}
.nocturne-red {
color: #7c4b5a;
}
/* CSS Variables */
:root {
--bone-white:#f3e1af;
--peach-latte:#e5c49f;
--apricotta:#d7a18e;
--black-elder:#a66e7c;
--nocturne-red:#7c4b5a;
}