Color names in this palette
CSS code for this palette
/* CSS */
.environmental {
color: #b1b4a2;
}
.feng-shui {
color: #d8d8c0;
}
.james-blonde {
color: #f1e5b7;
}
.shrimp-toast {
color: #f9c59f;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--environmental:#b1b4a2;
--feng-shui:#d8d8c0;
--james-blonde:#f1e5b7;
--shrimp-toast:#f9c59f;
--beauty-bush:#ebb9b2;
}