Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a5c7e9;
}
.air-blue {
color: #67a4c1;
}
.blue-dart-frog {
color: #3c7b96;
}
.bosporus {
color: #005c75;
}
.nora-s-forest {
color: #003033;
}
/* CSS Variables */
:root {
--island-light:#a5c7e9;
--air-blue:#67a4c1;
--blue-dart-frog:#3c7b96;
--bosporus:#005c75;
--nora-s-forest:#003033;
}