Color names in this palette
CSS code for this palette
/* CSS */
.butter-up {
color: #f3e2b9;
}
.satin-latour {
color: #f9d7ae;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.flame-scarlet {
color: #d72839;
}
/* CSS Variables */
:root {
--butter-up:#f3e2b9;
--satin-latour:#f9d7ae;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--flame-scarlet:#d72839;
}