Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.leprous-brown {
color: #d89831;
}
.sunday-afternoon {
color: #f5c87a;
}
.custard-puff {
color: #fcecb0;
}
.resort-sunrise {
color: #f4d5c8;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--leprous-brown:#d89831;
--sunday-afternoon:#f5c87a;
--custard-puff:#fcecb0;
--resort-sunrise:#f4d5c8;
}