Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #6dd6d9;
}
.tenzing {
color: #9dd1d8;
}
.peek-a-blue {
color: #c4e3e1;
}
.bakery-box {
color: #eff5f4;
}
.ivory-tower {
color: #f9f2f1;
}
/* CSS Variables */
:root {
--throat-chakra:#6dd6d9;
--tenzing:#9dd1d8;
--peek-a-blue:#c4e3e1;
--bakery-box:#eff5f4;
--ivory-tower:#f9f2f1;
}