Color names in this palette
CSS code for this palette
/* CSS */
.spanish-pink {
color: #f8bfbf;
}
.calabrese {
color: #f1a8a2;
}
.fresh-pink {
color: #e49090;
}
.york-pink {
color: #d77f7f;
}
.terra-tone {
color: #b76c6c;
}
/* CSS Variables */
:root {
--spanish-pink:#f8bfbf;
--calabrese:#f1a8a2;
--fresh-pink:#e49090;
--york-pink:#d77f7f;
--terra-tone:#b76c6c;
}