Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #4c9e9d;
}
.chinese-lacquer {
color: #5bc8c5;
}
.aqua-breeze {
color: #d8e9e2;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#4c9e9d;
--chinese-lacquer:#5bc8c5;
--aqua-breeze:#d8e9e2;
--enjoyable-yellow:#f6d6a7;
--calabrese:#f1a8a2;
}