Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.lake-thun {
color: #49b8e4;
}
.tomb-blue {
color: #0096cc;
}
.tropic-sea {
color: #006f94;
}
.maniac-mansion {
color: #003a5c;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--lake-thun:#49b8e4;
--tomb-blue:#0096cc;
--tropic-sea:#006f94;
--maniac-mansion:#003a5c;
}