Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.calabrese {
color: #f1a8a2;
}
.orangeville {
color: #e76d5f;
}
.summer-fig {
color: #c75b3d;
}
.rose-of-sharon {
color: #a84f2e;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--calabrese:#f1a8a2;
--orangeville:#e76d5f;
--summer-fig:#c75b3d;
--rose-of-sharon:#a84f2e;
}