Color names in this palette
CSS code for this palette
/* CSS */
.sandy-bay {
color: #f8d6b4;
}
.first-date {
color: #f1b4a2;
}
.flower-blossom-pink {
color: #f67e8c;
}
.fandango-pink {
color: #e0527c;
}
.spicy-berry {
color: #c62f6e;
}
/* CSS Variables */
:root {
--sandy-bay:#f8d6b4;
--first-date:#f1b4a2;
--flower-blossom-pink:#f67e8c;
--fandango-pink:#e0527c;
--spicy-berry:#c62f6e;
}