Color names in this palette
CSS code for this palette
/* CSS */
.guilliman-blue {
color: #6494ed;
}
.norfolk-sky {
color: #6eb2f2;
}
.ganon-blue {
color: #a6e0f7;
}
.venetian-yellow {
color: #f7e6a1;
}
.calabrese {
color: #f6a9a7;
}
/* CSS Variables */
:root {
--guilliman-blue:#6494ed;
--norfolk-sky:#6eb2f2;
--ganon-blue:#a6e0f7;
--venetian-yellow:#f7e6a1;
--calabrese:#f6a9a7;
}