Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.boat-house {
color: #4b8abe;
}
.endeavour {
color: #2b5a8c;
}
.twilight-express {
color: #1e3a76;
}
.trapped-darkness {
color: #0d1e3b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--boat-house:#4b8abe;
--endeavour:#2b5a8c;
--twilight-express:#1e3a76;
--trapped-darkness:#0d1e3b;
}