Color names in this palette
CSS code for this palette
/* CSS */
.germander-speedwell {
color: #0095c7;
}
.blue-atoll {
color: #00b4e6;
}
.neon-nazar {
color: #50d4e2;
}
.everest {
color: #a1e3de;
}
.coastal-breeze {
color: #e2f7f8;
}
/* CSS Variables */
:root {
--germander-speedwell:#0095c7;
--blue-atoll:#00b4e6;
--neon-nazar:#50d4e2;
--everest:#a1e3de;
--coastal-breeze:#e2f7f8;
}