Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.jargon-jade {
color: #4fa18f;
}
.undine {
color: #84c2b9;
}
.sugar-cookie {
color: #f2e2a6;
}
.fish-finger {
color: #eecb58;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--jargon-jade:#4fa18f;
--undine:#84c2b9;
--sugar-cookie:#f2e2a6;
--fish-finger:#eecb58;
}