Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-persia {
color: #5a8faf;
}
.ocean-call {
color: #2c6c8c;
}
.dark-slate-blue {
color: #1f4e60;
}
.ghostlands-coal {
color: #0d3945;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-persia:#5a8faf;
--ocean-call:#2c6c8c;
--dark-slate-blue:#1f4e60;
--ghostlands-coal:#0d3945;
}