Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #4bbae2;
}
.germander-speedwell {
color: #0095c7;
}
.biloxi-blue {
color: #0077b8;
}
.green-spool {
color: #006275;
}
.night-turquoise {
color: #003d31;
}
/* CSS Variables */
:root {
--lake-thun:#4bbae2;
--germander-speedwell:#0095c7;
--biloxi-blue:#0077b8;
--green-spool:#006275;
--night-turquoise:#003d31;
}