Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.winter-lakes {
color: #5e9acf;
}
.blue-dart-frog {
color: #3b7e9b;
}
.celtic-rush {
color: #2d4d5c;
}
.elderberry-black {
color: #1a313d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--winter-lakes:#5e9acf;
--blue-dart-frog:#3b7e9b;
--celtic-rush:#2d4d5c;
--elderberry-black:#1a313d;
}