Color names in this palette
CSS code for this palette
/* CSS */
.spearmint-burst {
color: #5abf8c;
}
.twilight-meadow {
color: #51a4a1;
}
.blue-dart-frog {
color: #3c7b9a;
}
.slumber {
color: #2a4f7e;
}
.ending-navy-blue {
color: #1c2d5e;
}
/* CSS Variables */
:root {
--spearmint-burst:#5abf8c;
--twilight-meadow:#51a4a1;
--blue-dart-frog:#3c7b9a;
--slumber:#2a4f7e;
--ending-navy-blue:#1c2d5e;
}