Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.adrift-on-the-nile {
color: #8eb4e6;
}
.blue-gourami {
color: #6b9dd6;
}
.blue-dart {
color: #4f8bcf;
}
.vermeer-blue {
color: #2f7cb6;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--adrift-on-the-nile:#8eb4e6;
--blue-gourami:#6b9dd6;
--blue-dart:#4f8bcf;
--vermeer-blue:#2f7cb6;
}