Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1c3f5a;
}
.blue-dart-frog {
color: #3a7d9c;
}
.candid-blue {
color: #6fc5e2;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.chef-s-hat {
color: #f2f8f5;
}
/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--blue-dart-frog:#3a7d9c;
--candid-blue:#6fc5e2;
--ice-crystal-blue:#a7e2e1;
--chef-s-hat:#f2f8f5;
}