Color names in this palette
CSS code for this palette
/* CSS */
.ashton-blue {
color: #4a7cba;
}
.xavier-blue {
color: #6cb4e5;
}
.blizzard-blue {
color: #a4e7ef;
}
.limelight {
color: #f3e768;
}
.akak-red {
color: #f27c5f;
}
/* CSS Variables */
:root {
--ashton-blue:#4a7cba;
--xavier-blue:#6cb4e5;
--blizzard-blue:#a4e7ef;
--limelight:#f3e768;
--akak-red:#f27c5f;
}