Color names in this palette
CSS code for this palette
/* CSS */
.cyber-yellow {
color: #ffd500;
}
.green-fiasco {
color: #a1e600;
}
.capri {
color: #00bfff;
}
.heliotrope-magenta {
color: #a400b3;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--cyber-yellow:#ffd500;
--green-fiasco:#a1e600;
--capri:#00bfff;
--heliotrope-magenta:#a400b3;
--flush-orange:#ff6e00;
}