Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.b-dazzled-blue {
color: #2f5b98;
}
.boat-house {
color: #498abc;
}
.lucea {
color: #7bb1e0;
}
.island-light {
color: #a7c6e7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--b-dazzled-blue:#2f5b98;
--boat-house:#498abc;
--lucea:#7bb1e0;
--island-light:#a7c6e7;
}