Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #354e8d;
}
.san-marino {
color: #4b6b9b;
}
.bluesy-note {
color: #7d9bb5;
}
.island-light {
color: #a7c6e7;
}
.brilliant-white {
color: #e5f2ff;
}
/* CSS Variables */
:root {
--blue-highlight:#354e8d;
--san-marino:#4b6b9b;
--bluesy-note:#7d9bb5;
--island-light:#a7c6e7;
--brilliant-white:#e5f2ff;
}