Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.fate {
color: #6b9ec2;
}
.linoleum-blue {
color: #3f7d9d;
}
.shimmering-sea {
color: #2c506d;
}
.rurikon-blue {
color: #1b294b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--fate:#6b9ec2;
--linoleum-blue:#3f7d9d;
--shimmering-sea:#2c506d;
--rurikon-blue:#1b294b;
}