Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #7a1a2c;
}
.calypso-berry {
color: #c2384f;
}
.froly {
color: #e06c77;
}
.calabrese {
color: #f1a8a2;
}
.sunday-best {
color: #fbc6c6;
}
/* CSS Variables */
:root {
--seattle-red:#7a1a2c;
--calypso-berry:#c2384f;
--froly:#e06c77;
--calabrese:#f1a8a2;
--sunday-best:#fbc6c6;
}