Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f8c8a0;
}
.peach-yellow {
color: #f9e0ae;
}
.salmon-eggs {
color: #f4d35d;
}
.honey-wax {
color: #f9a824;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--chai-latte:#f8c8a0;
--peach-yellow:#f9e0ae;
--salmon-eggs:#f4d35d;
--honey-wax:#f9a824;
--peach-butter:#fbaf3c;
}