Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.coquelicot {
color: #ff3c00;
}
.krishna-blue {
color: #00aeff;
}
.benzol-green {
color: #00e677;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--coquelicot:#ff3c00;
--krishna-blue:#00aeff;
--benzol-green:#00e677;
--hollandaise:#ffec3d;
}