Color names in this palette
CSS code for this palette
/* CSS */
.limed-spruce {
color: #3a4750;
}
.big-daddy-blue {
color: #5e6a73;
}
.silt-green {
color: #a3b8b0;
}
.seaglass {
color: #d1e5e0;
}
.engulfed-in-light {
color: #f6f3e9;
}
/* CSS Variables */
:root {
--limed-spruce:#3a4750;
--big-daddy-blue:#5e6a73;
--silt-green:#a3b8b0;
--seaglass:#d1e5e0;
--engulfed-in-light:#f6f3e9;
}