Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.germander-speedwell {
color: #0095c7;
}
.turkish-tile {
color: #007c9e;
}
.adriatic-sea {
color: #006080;
}
.maniac-mansion {
color: #003e57;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--germander-speedwell:#0095c7;
--turkish-tile:#007c9e;
--adriatic-sea:#006080;
--maniac-mansion:#003e57;
}