Color names in this palette
CSS code for this palette
/* CSS */
.germander-speedwell {
color: #0095c7;
}
.blue-atoll {
color: #00b4e0;
}
.aztec-turquoise {
color: #00d6e6;
}
.bath-water {
color: #8af1f5;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--germander-speedwell:#0095c7;
--blue-atoll:#00b4e0;
--aztec-turquoise:#00d6e6;
--bath-water:#8af1f5;
--alice-blue:#f0f8ff;
}