Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.citrus-honey {
color: #f3b76d;
}
.summertime {
color: #f1cf79;
}
.dentist-green {
color: #a0d68f;
}
.candid-blue {
color: #6dc8df;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--citrus-honey:#f3b76d;
--summertime:#f1cf79;
--dentist-green:#a0d68f;
--candid-blue:#6dc8df;
}