Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a9d8e0;
}
.shrimp-toast {
color: #f7c5a1;
}
.seasonal-beige {
color: #e9b79f;
}
.westfall-yellow {
color: #f9d64e;
}
.bussell-lace {
color: #e6a2a2;
}
/* CSS Variables */
:root {
--winsome-hue:#a9d8e0;
--shrimp-toast:#f7c5a1;
--seasonal-beige:#e9b79f;
--westfall-yellow:#f9d64e;
--bussell-lace:#e6a2a2;
}