Color names in this palette
CSS code for this palette
/* CSS */
.germander-speedwell {
color: #0095c7;
}
.blue-atoll {
color: #00b0e0;
}
.aztec-turquoise {
color: #00d6e6;
}
.fresh-turquoise {
color: #3de6e0;
}
.turquoise-chalk {
color: #6eedd6;
}
/* CSS Variables */
:root {
--germander-speedwell:#0095c7;
--blue-atoll:#00b0e0;
--aztec-turquoise:#00d6e6;
--fresh-turquoise:#3de6e0;
--turquoise-chalk:#6eedd6;
}