Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-blue {
color: #1a73b7;
}
.cotton-boll {
color: #e5f1fa;
}
.french-pass {
color: #a3d3e0;
}
.white {
color: #ffffff;
}
.legacy-blue {
color: #9fc7e0;
}
/* CSS Variables */
:root {
--beautiful-blue:#1a73b7;
--cotton-boll:#e5f1fa;
--french-pass:#a3d3e0;
--white:#ffffff;
--legacy-blue:#9fc7e0;
}