Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.hot-shot {
color: #ee4b2b;
}
.ibis-rose {
color: #c85f92;
}
.blue-hepatica {
color: #6b5be6;
}
.neon-nazar {
color: #4cd4e6;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--hot-shot:#ee4b2b;
--ibis-rose:#c85f92;
--blue-hepatica:#6b5be6;
--neon-nazar:#4cd4e6;
}