Color names in this palette
CSS code for this palette
/* CSS */
.tin-pink {
color: #a28b8c;
}
.link-to-the-past {
color: #d3b58d;
}
.shrimp-cocktail {
color: #f4a662;
}
.n-rang-orange {
color: #ff8052;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--tin-pink:#a28b8c;
--link-to-the-past:#d3b58d;
--shrimp-cocktail:#f4a662;
--n-rang-orange:#ff8052;
--bruschetta-tomato:#ff6347;
}