Color names in this palette
CSS code for this palette
/* CSS */
.toy-blue {
color: #008c9e;
}
.cyan-sky {
color: #00b1b8;
}
.medium-turquoise {
color: #4ed2d4;
}
.ice-crystal-blue {
color: #a4e3e5;
}
.zh-n-zh-b-i-pearl {
color: #f6f9f9;
}
/* CSS Variables */
:root {
--toy-blue:#008c9e;
--cyan-sky:#00b1b8;
--medium-turquoise:#4ed2d4;
--ice-crystal-blue:#a4e3e5;
--zh-n-zh-b-i-pearl:#f6f9f9;
}