Color names in this palette
CSS code for this palette
/* CSS */
.le-grand-bleu {
color: #2a4a9d;
}
.diva-violet {
color: #517cbd;
}
.goluboy-blue {
color: #8cb8e3;
}
.arctic-paradise {
color: #b9e0f9;
}
.m-white {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--le-grand-bleu:#2a4a9d;
--diva-violet:#517cbd;
--goluboy-blue:#8cb8e3;
--arctic-paradise:#b9e0f9;
--m-white:#f5f9ff;
}