Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.bicycle-yellow {
color: #fde68b;
}
.pistachio-dream {
color: #a6d48c;
}
.lake-thun {
color: #41b5e6;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
--pistachio-dream:#a6d48c;
--lake-thun:#41b5e6;
--tomato-frog:#f94346;
}