Color names in this palette
CSS code for this palette
/* CSS */
.temptress {
color: #3c2029;
}
.red-mahogany {
color: #6a3943;
}
.black-elder {
color: #a56979;
}
.dusty-pink {
color: #d48c94;
}
.jaguar-rose {
color: #f2b1b7;
}
/* CSS Variables */
:root {
--temptress:#3c2029;
--red-mahogany:#6a3943;
--black-elder:#a56979;
--dusty-pink:#d48c94;
--jaguar-rose:#f2b1b7;
}