Color names in this palette
CSS code for this palette
/* CSS */
.incubus {
color: #761e1e;
}
.royal-rum {
color: #a54a4a;
}
.memorable-rose {
color: #d08b8b;
}
.arizona-sunrise {
color: #e9b9b9;
}
.coy-pink {
color: #f8d8d8;
}
/* CSS Variables */
:root {
--incubus:#761e1e;
--royal-rum:#a54a4a;
--memorable-rose:#d08b8b;
--arizona-sunrise:#e9b9b9;
--coy-pink:#f8d8d8;
}