Color names in this palette
CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.whimsical-blue {
color: #00e5ff;
}
.azure {
color: #007bff;
}
.coquelicot {
color: #ff3c00;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--whimsical-blue:#00e5ff;
--azure:#007bff;
--coquelicot:#ff3c00;
--hollandaise:#ffec3d;
}