Color names in this palette
CSS code for this palette
/* CSS */
.palace-blue {
color: #3974c0;
}
.tall-waves {
color: #5b9dcd;
}
.bright-spark {
color: #76c4e0;
}
.ganon-blue {
color: #a6e3f7;
}
.coastal-breeze {
color: #e2f7fd;
}
/* CSS Variables */
:root {
--palace-blue:#3974c0;
--tall-waves:#5b9dcd;
--bright-spark:#76c4e0;
--ganon-blue:#a6e3f7;
--coastal-breeze:#e2f7fd;
}