Color names in this palette
CSS code for this palette
/* CSS */
.silk-sox {
color: #a3b3c8;
}
.angora-blue {
color: #bac7d8;
}
.morning-chill {
color: #cfd7e2;
}
.swirling-water {
color: #e6e8ea;
}
.sea-cliff {
color: #a7c7dc;
}
/* CSS Variables */
:root {
--silk-sox:#a3b3c8;
--angora-blue:#bac7d8;
--morning-chill:#cfd7e2;
--swirling-water:#e6e8ea;
--sea-cliff:#a7c7dc;
}