Color names in this palette
CSS code for this palette
/* CSS */
.new-heights {
color: #cfe5f2;
}
.windsor-way {
color: #a1c8e8;
}
.lucea {
color: #7cb1df;
}
.blue-dart {
color: #4d91d5;
}
.star-command-blue {
color: #007ab8;
}
/* CSS Variables */
:root {
--new-heights:#cfe5f2;
--windsor-way:#a1c8e8;
--lucea:#7cb1df;
--blue-dart:#4d91d5;
--star-command-blue:#007ab8;
}