Color names in this palette
CSS code for this palette
/* CSS */
.garlic-beige {
color: #b1aaa0;
}
.grey-morning {
color: #9dafab;
}
.drip {
color: #a5c9d5;
}
.warming-peach {
color: #e3b8a1;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--garlic-beige:#b1aaa0;
--grey-morning:#9dafab;
--drip:#a5c9d5;
--warming-peach:#e3b8a1;
--marigold-dust:#f4cf3e;
}