Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #6b9edb;
}
.kul-sharif-blue {
color: #8ed3f5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
/* CSS Variables */
:root {
--blue-gourami:#6b9edb;
--kul-sharif-blue:#8ed3f5;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
}