Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
}