Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.devil-s-grass {
color: #4cae4f;
}
.vermilion-bird {
color: #f44034;
}
.hollandaise {
color: #ffec3d;
}
.amethyst-ganzstar {
color: #8c00ff;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--devil-s-grass:#4cae4f;
--vermilion-bird:#f44034;
--hollandaise:#ffec3d;
--amethyst-ganzstar:#8c00ff;
}