Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.inky-blue {
color: #4a7087;
}
.steel-pan-mallet {
color: #6da2a2;
}
.lime-lizard {
color: #a3d55d;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--inky-blue:#4a7087;
--steel-pan-mallet:#6da2a2;
--lime-lizard:#a3d55d;
--sunny-mood:#f7c94b;
}