Color names in this palette
CSS code for this palette
/* CSS */
.the-broadway {
color: #145776;
}
.bermuda {
color: #1d798c;
}
.cancer-seagreen-scarab {
color: #2f9fa7;
}
.verdigris {
color: #43b1b6;
}
.throat-chakra {
color: #6ed3d8;
}
/* CSS Variables */
:root {
--the-broadway:#145776;
--bermuda:#1d798c;
--cancer-seagreen-scarab:#2f9fa7;
--verdigris:#43b1b6;
--throat-chakra:#6ed3d8;
}