Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4876;
}
.blue-dart-frog {
color: #3c7b96;
}
.artesian-well {
color: #5ab5b0;
}
.lime-lizard {
color: #a3d55d;
}
.dream-of-spring {
color: #f6d12c;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4876;
--blue-dart-frog:#3c7b96;
--artesian-well:#5ab5b0;
--lime-lizard:#a3d55d;
--dream-of-spring:#f6d12c;
}