Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.link-to-the-past {
color: #d3b58d;
}
.peach-of-mind {
color: #ffe3b3;
}
.soviet-gold {
color: #ffd900;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--link-to-the-past:#d3b58d;
--peach-of-mind:#ffe3b3;
--soviet-gold:#ffd900;
--n-rang-orange:#ff8052;
}