Color names in this palette
CSS code for this palette
/* CSS */
.yellow-petal {
color: #f5e44d;
}
.duckling {
color: #f9b058;
}
.fruit-red {
color: #f78a69;
}
.fiery-flamingo {
color: #f8687b;
}
.oleander-pink {
color: #f65a91;
}
/* CSS Variables */
:root {
--yellow-petal:#f5e44d;
--duckling:#f9b058;
--fruit-red:#f78a69;
--fiery-flamingo:#f8687b;
--oleander-pink:#f65a91;
}