Color names in this palette
CSS code for this palette
/* CSS */
.sail-away {
color: #4fb9e3;
}
.germander-speedwell {
color: #0095c7;
}
.cg-blue {
color: #0078a3;
}
.adriatic-sea {
color: #006080;
}
.maniac-mansion {
color: #003d57;
}
/* CSS Variables */
:root {
--sail-away:#4fb9e3;
--germander-speedwell:#0095c7;
--cg-blue:#0078a3;
--adriatic-sea:#006080;
--maniac-mansion:#003d57;
}