Color names in this palette
CSS code for this palette
/* CSS */
.melbourne-cup {
color: #3ec1a9;
}
.first-post {
color: #2bbf9d;
}
.aloha {
color: #1daf8d;
}
.holly-green {
color: #1a9e7b;
}
.elf-green {
color: #1b8d67;
}
/* CSS Variables */
:root {
--melbourne-cup:#3ec1a9;
--first-post:#2bbf9d;
--aloha:#1daf8d;
--holly-green:#1a9e7b;
--elf-green:#1b8d67;
}