Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-green {
color: #1aff00;
}
.whimsical-blue {
color: #00e5ff;
}
.coquelicot {
color: #ff3c00;
}
.hollandaise {
color: #ffec3d;
}
.digital-violets {
color: #a600ff;
}
/* CSS Variables */
:root {
--highlighter-green:#1aff00;
--whimsical-blue:#00e5ff;
--coquelicot:#ff3c00;
--hollandaise:#ffec3d;
--digital-violets:#a600ff;
}