Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.forsythia-blossom {
color: #f9d66c;
}
.bleached-sunflower {
color: #f9e8a4;
}
.lolly-ice {
color: #a6d8d2;
}
.waimea-blue {
color: #4e9dda;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--forsythia-blossom:#f9d66c;
--bleached-sunflower:#f9e8a4;
--lolly-ice:#a6d8d2;
--waimea-blue:#4e9dda;
}