Color names in this palette
CSS code for this palette
/* CSS */
.wind-weaver {
color: #c5d1d8;
}
.flint-smoke {
color: #a8b3b0;
}
.japanese-rose-garden {
color: #e2b6c6;
}
.new-clay {
color: #f0c2b7;
}
.bad-moon-yellow {
color: #f2e6b5;
}
/* CSS Variables */
:root {
--wind-weaver:#c5d1d8;
--flint-smoke:#a8b3b0;
--japanese-rose-garden:#e2b6c6;
--new-clay:#f0c2b7;
--bad-moon-yellow:#f2e6b5;
}