Color names in this palette
CSS code for this palette
/* CSS */
.east-cape {
color: #b3f4e7;
}
.everest {
color: #a3e0e1;
}
.throat-chakra {
color: #6bcfd6;
}
.maximum-blue-green {
color: #2bb8c5;
}
.island-dream {
color: #199aa3;
}
/* CSS Variables */
:root {
--east-cape:#b3f4e7;
--everest:#a3e0e1;
--throat-chakra:#6bcfd6;
--maximum-blue-green:#2bb8c5;
--island-dream:#199aa3;
}