Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a6e3e2;
}
.soft-turquoise {
color: #6fd3d1;
}
.crystalsong-blue {
color: #4cb8b6;
}
.sea-kale {
color: #2dae9d;
}
.plumage {
color: #00998a;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a6e3e2;
--soft-turquoise:#6fd3d1;
--crystalsong-blue:#4cb8b6;
--sea-kale:#2dae9d;
--plumage:#00998a;
}