Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.calabrese {
color: #f1a8a2;
}
.old-heart {
color: #e8697a;
}
.cherry-pink {
color: #c95e7e;
}
.prussian-plum {
color: #6c4b5a;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--calabrese:#f1a8a2;
--old-heart:#e8697a;
--cherry-pink:#c95e7e;
--prussian-plum:#6c4b5a;
}