Color names in this palette
CSS code for this palette
/* CSS */
.porch-ceiling {
color: #a3b2b8;
}
.whispering-smoke {
color: #d7d9d3;
}
.lighthouse {
color: #f4f6f3;
}
.winter-orchid {
color: #e6e3e8;
}
.high-rise {
color: #afb2b6;
}
/* CSS Variables */
:root {
--porch-ceiling:#a3b2b8;
--whispering-smoke:#d7d9d3;
--lighthouse:#f4f6f3;
--winter-orchid:#e6e3e8;
--high-rise:#afb2b6;
}