Color names in this palette
CSS code for this palette
/* CSS */
.red-damask {
color: #c86f4c;
}
.shrimp-cocktail {
color: #f4a462;
}
.chai-latte {
color: #f6c9a2;
}
.prayer-flag {
color: #d39c69;
}
.brown-rust {
color: #af5a3c;
}
/* CSS Variables */
:root {
--red-damask:#c86f4c;
--shrimp-cocktail:#f4a462;
--chai-latte:#f6c9a2;
--prayer-flag:#d39c69;
--brown-rust:#af5a3c;
}