Color names in this palette
CSS code for this palette
/* CSS */
.shearling {
color: #e8e1ce;
}
.september-song {
color: #d5d6c7;
}
.ginninderra {
color: #b1d2c1;
}
.frozen-blue {
color: #a6c4d9;
}
.sea-loch {
color: #6d9bd0;
}
/* CSS Variables */
:root {
--shearling:#e8e1ce;
--september-song:#d5d6c7;
--ginninderra:#b1d2c1;
--frozen-blue:#a6c4d9;
--sea-loch:#6d9bd0;
}