Color names in this palette
CSS code for this palette
/* CSS */
.red-stop {
color: #ff2929;
}
.burning-orange {
color: #ff6d29;
}
.extreme-yellow {
color: #ffb429;
}
.electric-laser-lime {
color: #29ff29;
}
.greenish-cyan {
color: #29ffb4;
}
/* CSS Variables */
:root {
--red-stop:#ff2929;
--burning-orange:#ff6d29;
--extreme-yellow:#ffb429;
--electric-laser-lime:#29ff29;
--greenish-cyan:#29ffb4;
}