Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-bay {
color: #5d9bd5;
}
.lochmara {
color: #2e6f9e;
}
.sweat-bee {
color: #1d4f90;
}
.ashenvale-nights {
color: #0d3973;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-bay:#5d9bd5;
--lochmara:#2e6f9e;
--sweat-bee:#1d4f90;
--ashenvale-nights:#0d3973;
}