Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.yellow {
color: #ffff00;
}
.inferno-orange {
color: #ff4400;
}
.poisonous-pesticide {
color: #32cd32;
}
.bright-blue-violet {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--yellow:#ffff00;
--inferno-orange:#ff4400;
--poisonous-pesticide:#32cd32;
--bright-blue-violet:#8a2ce2;
}