Color names in this palette
CSS code for this palette
/* CSS */
.nautilus {
color: #293d5b;
}
.star-sapphire {
color: #3d6a99;
}
.blueberry-soft-blue {
color: #5c9bc1;
}
.horizon-haze {
color: #7fc2e6;
}
.blizzard-blue {
color: #a2e8f1;
}
/* CSS Variables */
:root {
--nautilus:#293d5b;
--star-sapphire:#3d6a99;
--blueberry-soft-blue:#5c9bc1;
--horizon-haze:#7fc2e6;
--blizzard-blue:#a2e8f1;
}