Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.glassmith {
color: #46b4c3;
}
.sports-blue {
color: #3598b1;
}
.valley-of-glaciers {
color: #2a7c9d;
}
.suez-canal {
color: #1f5f7f;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--glassmith:#46b4c3;
--sports-blue:#3598b1;
--valley-of-glaciers:#2a7c9d;
--suez-canal:#1f5f7f;
}