Color names in this palette
CSS code for this palette
/* CSS */
.yellow-petal {
color: #f1e94b;
}
.wake-me-up {
color: #f7d559;
}
.citrus-honey {
color: #f9b76c;
}
.peach-fizz {
color: #fbab83;
}
.flower-blossom-pink {
color: #f47b8b;
}
/* CSS Variables */
:root {
--yellow-petal:#f1e94b;
--wake-me-up:#f7d559;
--citrus-honey:#f9b76c;
--peach-fizz:#fbab83;
--flower-blossom-pink:#f47b8b;
}