Color names in this palette
CSS code for this palette
/* CSS */
.azureish-white {
color: #dbe5f5;
}
.island-light {
color: #a7c7e7;
}
.kindred {
color: #6ea1d8;
}
.beijing-blue {
color: #3f7eab;
}
.celtic-rush {
color: #2f4c5b;
}
/* CSS Variables */
:root {
--azureish-white:#dbe5f5;
--island-light:#a7c7e7;
--kindred:#6ea1d8;
--beijing-blue:#3f7eab;
--celtic-rush:#2f4c5b;
}