Color names in this palette
CSS code for this palette
/* CSS */
.toy-blue {
color: #008c9e;
}
.cyan-sky {
color: #00b0b3;
}
.aztec-turquoise {
color: #00d8db;
}
.luminescent-blue {
color: #a2e0e7;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--toy-blue:#008c9e;
--cyan-sky:#00b0b3;
--aztec-turquoise:#00d8db;
--luminescent-blue:#a2e0e7;
--distant-horizon:#f1f9f8;
}