Color names in this palette
CSS code for this palette
/* CSS */
.no-more-drama {
color: #a23f3f;
}
.pomegranate {
color: #c1574e;
}
.york-pink {
color: #d7807e;
}
.apricot-preserves {
color: #eaaf90;
}
.english-rose {
color: #f4c7c3;
}
/* CSS Variables */
:root {
--no-more-drama:#a23f3f;
--pomegranate:#c1574e;
--york-pink:#d7807e;
--apricot-preserves:#eaaf90;
--english-rose:#f4c7c3;
}