Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.gyoza-dumpling {
color: #d9b56d;
}
.moonlight-yellow {
color: #e1c489;
}
.durango-dust {
color: #f9e19f;
}
.australian-apricot {
color: #f3c3a5;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--gyoza-dumpling:#d9b56d;
--moonlight-yellow:#e1c489;
--durango-dust:#f9e19f;
--australian-apricot:#f3c3a5;
}