Color names in this palette
CSS code for this palette
/* CSS */
.copper-coin {
color: #da8a67;
}
.orangery {
color: #e5bba9;
}
.canter-peach {
color: #f7d5bb;
}
.shrimp-cocktail {
color: #f4a462;
}
.tile-red {
color: #c76b4d;
}
/* CSS Variables */
:root {
--copper-coin:#da8a67;
--orangery:#e5bba9;
--canter-peach:#f7d5bb;
--shrimp-cocktail:#f4a462;
--tile-red:#c76b4d;
}