CSS code for this palette
/* CSS */
.yreka {
color: #a7b3b9;
}
.ash-blue {
color: #c0c5c8;
}
.rinse {
color: #d5d9dc;
}
.swirling-water {
color: #e6e9ea;
}
.chef-s-hat {
color: #f3f5f6;
}
/* CSS Variables */
:root {
--yreka:#a7b3b9;
--ash-blue:#c0c5c8;
--rinse:#d5d9dc;
--swirling-water:#e6e9ea;
--chef-s-hat:#f3f5f6;
}