Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.forsythia-blossom {
color: #f9d66c;
}
.lemon-dream {
color: #f0a000;
}
.obstinate-orange {
color: #d65a29;
}
.mirage-lake {
color: #4c908f;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--forsythia-blossom:#f9d66c;
--lemon-dream:#f0a000;
--obstinate-orange:#d65a29;
--mirage-lake:#4c908f;
}