Color names in this palette
CSS code for this palette
/* CSS */
.celadon-blue {
color: #007ba8;
}
.germander-speedwell {
color: #0095c7;
}
.blue-atoll {
color: #00b0e0;
}
.vivid-sky-blue {
color: #00c8ff;
}
.long-island-sound {
color: #8fd6ff;
}
/* CSS Variables */
:root {
--celadon-blue:#007ba8;
--germander-speedwell:#0095c7;
--blue-atoll:#00b0e0;
--vivid-sky-blue:#00c8ff;
--long-island-sound:#8fd6ff;
}