Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.deli-yellow {
color: #e6b628;
}
.waffle-cone {
color: #e5c77b;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.ungor-beige {
color: #d8a869;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--deli-yellow:#e6b628;
--waffle-cone:#e5c77b;
--antique-wicker-basket:#f2d4a1;
--ungor-beige:#d8a869;
}