Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.nacho-cheese {
color: #ffbb00;
}
.capri {
color: #00bfff;
}
.bubble-bobble-green {
color: #00b300;
}
.digital-violets {
color: #a600ff;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--nacho-cheese:#ffbb00;
--capri:#00bfff;
--bubble-bobble-green:#00b300;
--digital-violets:#a600ff;
}