Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-dart {
color: #4e8dd4;
}
.star-sapphire {
color: #3b6b9b;
}
.majolica-blue {
color: #2e4c66;
}
.oceanic-noir {
color: #1b2a37;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-dart:#4e8dd4;
--star-sapphire:#3b6b9b;
--majolica-blue:#2e4c66;
--oceanic-noir:#1b2a37;
}