Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3b4d;
}
.mammoth-mountain {
color: #3d6b7b;
}
.ganon-blue {
color: #a1dff7;
}
.squash-blossom {
color: #f6b83c;
}
.sunset-blaze {
color: #e65b2d;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3b4d;
--mammoth-mountain:#3d6b7b;
--ganon-blue:#a1dff7;
--squash-blossom:#f6b83c;
--sunset-blaze:#e65b2d;
}