Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a462;
}
.yellow-currant {
color: #f8c56d;
}
.applesauce {
color: #f9d89a;
}
.natural-light {
color: #f1ebc6;
}
.warming-peach {
color: #e6b9a2;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a462;
--yellow-currant:#f8c56d;
--applesauce:#f9d89a;
--natural-light:#f1ebc6;
--warming-peach:#e6b9a2;
}