Color names in this palette
CSS code for this palette
/* CSS */
.beach-party {
color: #f9cf5d;
}
.honey-wax {
color: #f9a824;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.s-l-i-orange {
color: #f98348;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--beach-party:#f9cf5d;
--honey-wax:#f9a824;
--creamy-sweet-corn:#f9c54e;
--s-l-i-orange:#f98348;
--tomato-frog:#f94346;
}