Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.bittersweet {
color: #f9a04e;
}
.holland-tulip {
color: #f8984f;
}
.fiery-salmon {
color: #f86868;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--bittersweet:#f9a04e;
--holland-tulip:#f8984f;
--fiery-salmon:#f86868;
--tomato-frog:#f94346;
}