Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.feather-star {
color: #5f9cec;
}
.blues {
color: #2e6c99;
}
.seashell-cove {
color: #0b4d79;
}
.rurikon-blue {
color: #192c4d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--feather-star:#5f9cec;
--blues:#2e6c99;
--seashell-cove:#0b4d79;
--rurikon-blue:#192c4d;
}