Color names in this palette
CSS code for this palette
/* CSS */
.western-sunrise {
color: #d9a36d;
}
.gyoza-dumpling {
color: #e0b571;
}
.almond-cookie {
color: #f0c57a;
}
.peach-patch {
color: #f4d59f;
}
.moonglow {
color: #f9e3c3;
}
/* CSS Variables */
:root {
--western-sunrise:#d9a36d;
--gyoza-dumpling:#e0b571;
--almond-cookie:#f0c57a;
--peach-patch:#f4d59f;
--moonglow:#f9e3c3;
}