Color names in this palette
CSS code for this palette
/* CSS */
.tropical-escape {
color: #4cb8b2;
}
.throat-chakra {
color: #6ad2d1;
}
.everest {
color: #a2e7e1;
}
.distant-horizon {
color: #f0f9f6;
}
.after-eight-filling {
color: #d7eae9;
}
/* CSS Variables */
:root {
--tropical-escape:#4cb8b2;
--throat-chakra:#6ad2d1;
--everest:#a2e7e1;
--distant-horizon:#f0f9f6;
--after-eight-filling:#d7eae9;
}