Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.ucla-gold {
color: #ffb300;
}
.alienated {
color: #00c753;
}
.krishna-blue {
color: #00aeff;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--ucla-gold:#ffb300;
--alienated:#00c753;
--krishna-blue:#00aeff;
--moth-orchid:#d6006f;
}