Color names in this palette
CSS code for this palette
/* CSS */
.hazy-daze {
color: #a4b7c6;
}
.english-hollyhock {
color: #b5c8d4;
}
.bleached-white {
color: #dfe3e7;
}
.chef-s-hat {
color: #f3f5f6;
}
.tahoe-snow {
color: #d7e1e5;
}
/* CSS Variables */
:root {
--hazy-daze:#a4b7c6;
--english-hollyhock:#b5c8d4;
--bleached-white:#dfe3e7;
--chef-s-hat:#f3f5f6;
--tahoe-snow:#d7e1e5;
}