Color names in this palette
CSS code for this palette
/* CSS */
.germander-speedwell {
color: #0095c7;
}
.blue-atoll {
color: #00b4e6;
}
.thousand-sons-blue {
color: #00dae6;
}
.pale-king-s-blue {
color: #a5f3f0;
}
.ray-of-light {
color: #fef2be;
}
/* CSS Variables */
:root {
--germander-speedwell:#0095c7;
--blue-atoll:#00b4e6;
--thousand-sons-blue:#00dae6;
--pale-king-s-blue:#a5f3f0;
--ray-of-light:#fef2be;
}