Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e8ef1;
}
.tomato {
color: #f43b1f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.copen-blue {
color: #56768f;
}
/* CSS Variables */
:root {
--karimun-blue:#1e8ef1;
--tomato:#f43b1f;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--copen-blue:#56768f;
}