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