Color names in this palette
CSS code for this palette
/* CSS */
.steel-blue {
color: #4682b4;
}
.mountain-bluebird {
color: #4a9cc4;
}
.aquella {
color: #59b3d9;
}
.water-nymph {
color: #7ed1e2;
}
.ganon-blue {
color: #a3e6f5;
}
/* CSS Variables */
:root {
--steel-blue:#4682b4;
--mountain-bluebird:#4a9cc4;
--aquella:#59b3d9;
--water-nymph:#7ed1e2;
--ganon-blue:#a3e6f5;
}