Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.flashman {
color: #7dbf89;
}
.twilight-meadow {
color: #4ea69f;
}
.turkish-stone {
color: #2b7b8c;
}
.recollection-blue {
color: #1e4c5c;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--flashman:#7dbf89;
--twilight-meadow:#4ea69f;
--turkish-stone:#2b7b8c;
--recollection-blue:#1e4c5c;
}