Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3b6d9b;
}
.shakespeare {
color: #5c9bbc;
}
.club-cruise {
color: #8ec4e1;
}
.break-the-ice {
color: #b2e0f0;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--star-sapphire:#3b6d9b;
--shakespeare:#5c9bbc;
--club-cruise:#8ec4e1;
--break-the-ice:#b2e0f0;
--dr-white:#fafafa;
}