Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f9b5a4;
}
.forsythia-blossom {
color: #f9d66c;
}
.lemonade {
color: #f2e59c;
}
.aquamarine-ocean {
color: #82d3b0;
}
.mirage-lake {
color: #4c908b;
}
/* CSS Variables */
:root {
--just-blush:#f9b5a4;
--forsythia-blossom:#f9d66c;
--lemonade:#f2e59c;
--aquamarine-ocean:#82d3b0;
--mirage-lake:#4c908b;
}