Color names in this palette
CSS code for this palette
/* CSS */
.le-grand-bleu {
color: #1f4c98;
}
.celestial-plum {
color: #3b79c4;
}
.xavier-blue {
color: #6cb2e4;
}
.ganon-blue {
color: #a1dff7;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--le-grand-bleu:#1f4c98;
--celestial-plum:#3b79c4;
--xavier-blue:#6cb2e4;
--ganon-blue:#a1dff7;
--cotton-ball:#f3f9fc;
}