Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7a93;
}
.water-sports {
color: #40c2c9;
}
.throat-chakra {
color: #6ed3d8;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.heavy-sugar {
color: #eef6f4;
}
/* CSS Variables */
:root {
--bermuda:#1f7a93;
--water-sports:#40c2c9;
--throat-chakra:#6ed3d8;
--ice-crystal-blue:#a4e5e2;
--heavy-sugar:#eef6f4;
}