Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f7c34b;
}
.ginger-milk {
color: #f7a359;
}
.fruit-red {
color: #f78a69;
}
.fiery-flamingo {
color: #f86d7b;
}
.watermelon-juice {
color: #f55b89;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f7c34b;
--ginger-milk:#f7a359;
--fruit-red:#f78a69;
--fiery-flamingo:#f86d7b;
--watermelon-juice:#f55b89;
}