Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.hot-sun {
color: #f7b32b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.copen-blue {
color: #56768f;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--hot-sun:#f7b32b;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--copen-blue:#56768f;
}