Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-gourami {
color: #6a9dd7;
}
.boat-house {
color: #4b8bc3;
}
.beijing-blue {
color: #3f7eab;
}
.dead-lake {
color: #2c5b87;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-gourami:#6a9dd7;
--boat-house:#4b8bc3;
--beijing-blue:#3f7eab;
--dead-lake:#2c5b87;
}