Color names in this palette
CSS code for this palette
/* CSS */
.artful-red {
color: #b30000;
}
.up-maroon {
color: #7a1515;
}
.no-more-drama {
color: #a63f3f;
}
.mellow-rose {
color: #d7a3a3;
}
.white-red {
color: #f2e9e9;
}
/* CSS Variables */
:root {
--artful-red:#b30000;
--up-maroon:#7a1515;
--no-more-drama:#a63f3f;
--mellow-rose:#d7a3a3;
--white-red:#f2e9e9;
}