Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.krishna-blue {
color: #00aeff;
}
.digital-violets {
color: #a600ff;
}
.moth-orchid {
color: #d6006f;
}
.nuclear-waste {
color: #76ff05;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--krishna-blue:#00aeff;
--digital-violets:#a600ff;
--moth-orchid:#d6006f;
--nuclear-waste:#76ff05;
}