Color names in this palette
CSS code for this palette
/* CSS */
.paris-pink {
color: #d76a8e;
}
.first-date {
color: #f7b2a1;
}
.no-gmb-yellow {
color: #f9e78b;
}
.green-daze {
color: #8dd3c7;
}
.aquatic-green {
color: #4c9a9a;
}
/* CSS Variables */
:root {
--paris-pink:#d76a8e;
--first-date:#f7b2a1;
--no-gmb-yellow:#f9e78b;
--green-daze:#8dd3c7;
--aquatic-green:#4c9a9a;
}