Color names in this palette
CSS code for this palette
/* CSS */
.salem {
color: #1e804d;
}
.crazy-eyes {
color: #62b78c;
}
.grape-green {
color: #a4df9f;
}
.highlighter-yellow {
color: #f0e13d;
}
.vermilion-cinnabar {
color: #e24040;
}
/* CSS Variables */
:root {
--salem:#1e804d;
--crazy-eyes:#62b78c;
--grape-green:#a4df9f;
--highlighter-yellow:#f0e13d;
--vermilion-cinnabar:#e24040;
}