Color names in this palette
CSS code for this palette
/* CSS */
.young-bamboo {
color: #69bf8a;
}
.fantasy-console-sky {
color: #29b0ff;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--young-bamboo:#69bf8a;
--fantasy-console-sky:#29b0ff;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
}