Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #3fc3d5;
}
.explore-blue {
color: #2fadc1;
}
.tropical-lagoon {
color: #1f9cb2;
}
.mitchell-blue {
color: #0d7f9c;
}
.blue-enchantment {
color: #0c6379;
}
/* CSS Variables */
:root {
--lake-thun:#3fc3d5;
--explore-blue:#2fadc1;
--tropical-lagoon:#1f9cb2;
--mitchell-blue:#0d7f9c;
--blue-enchantment:#0c6379;
}