Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b3c69;
}
.blue-dart-frog {
color: #3a7d9c;
}
.sea-serpent {
color: #51c5d2;
}
.french-vanilla {
color: #f1e1a7;
}
.benihi-red {
color: #f24d3a;
}
/* CSS Variables */
:root {
--lucidity:#1b3c69;
--blue-dart-frog:#3a7d9c;
--sea-serpent:#51c5d2;
--french-vanilla:#f1e1a7;
--benihi-red:#f24d3a;
}