Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.grey-pearl-sand {
color: #afb6c0;
}
.eastern-wolf {
color: #dad7d2;
}
.crescent-moon {
color: #f1e9d0;
}
.stark-white {
color: #d3c6b6;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--grey-pearl-sand:#afb6c0;
--eastern-wolf:#dad7d2;
--crescent-moon:#f1e9d0;
--stark-white:#d3c6b6;
}