Color names in this palette
CSS code for this palette
/* CSS */
.traditional-blue {
color: #1d688b;
}
.aztec-sky {
color: #4ab7d9;
}
.turkish-turquoise {
color: #76dff4;
}
.ganon-blue {
color: #a6e2f7;
}
.child-of-light {
color: #f1f6f8;
}
/* CSS Variables */
:root {
--traditional-blue:#1d688b;
--aztec-sky:#4ab7d9;
--turkish-turquoise:#76dff4;
--ganon-blue:#a6e2f7;
--child-of-light:#f1f6f8;
}