Color names in this palette
CSS code for this palette
/* CSS */
.easter-orchid {
color: #e5e1e2;
}
.chef-s-hat {
color: #f3f5f7;
}
.dry-season {
color: #d3cfcf;
}
.breakfast-biscuit {
color: #f8e4d3;
}
.english-rose {
color: #f2c6c5;
}
/* CSS Variables */
:root {
--easter-orchid:#e5e1e2;
--chef-s-hat:#f3f5f7;
--dry-season:#d3cfcf;
--breakfast-biscuit:#f8e4d3;
--english-rose:#f2c6c5;
}