Color names in this palette
CSS code for this palette
/* CSS */
.feralas-lime {
color: #8bdc7f;
}
.paris-green {
color: #4fbf80;
}
.bulma-hair {
color: #3a9c6d;
}
.pinehurst {
color: #2d7c60;
}
.teal-drama {
color: #1f604e;
}
/* CSS Variables */
:root {
--feralas-lime:#8bdc7f;
--paris-green:#4fbf80;
--bulma-hair:#3a9c6d;
--pinehurst:#2d7c60;
--teal-drama:#1f604e;
}