Color names in this palette
CSS code for this palette
/* CSS */
.hull-red {
color: #4d0f0f;
}
.strong-envy {
color: #7c2d2d;
}
.cheek-red {
color: #a65959;
}
.pink-pussycat {
color: #d89d9d;
}
.first-peach {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--hull-red:#4d0f0f;
--strong-envy:#7c2d2d;
--cheek-red:#a65959;
--pink-pussycat:#d89d9d;
--first-peach:#f5c7c7;
}