Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8abe;
}
.nancy {
color: #5cb8e0;
}
.turkish-turquoise {
color: #7de1e8;
}
.ganon-blue {
color: #a1e6f7;
}
.thin-air {
color: #c7f8ff;
}
/* CSS Variables */
:root {
--boat-house:#4b8abe;
--nancy:#5cb8e0;
--turkish-turquoise:#7de1e8;
--ganon-blue:#a1e6f7;
--thin-air:#c7f8ff;
}