Color names in this palette
CSS code for this palette
/* CSS */
.best-beige {
color: #c5b59b;
}
.frozen-dew {
color: #d0c8a4;
}
.lemon-balm {
color: #e5d8b8;
}
.fake-blonde {
color: #f0e3c1;
}
.gratin-dauphinois {
color: #e1d4a8;
}
/* CSS Variables */
:root {
--best-beige:#c5b59b;
--frozen-dew:#d0c8a4;
--lemon-balm:#e5d8b8;
--fake-blonde:#f0e3c1;
--gratin-dauphinois:#e1d4a8;
}