Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.matt-pink {
color: #ffb8c1;
}
.soviet-gold {
color: #ffd900;
}
.summer-forest-green {
color: #228c22;
}
.saddle-brown {
color: #8b4513;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--matt-pink:#ffb8c1;
--soviet-gold:#ffd900;
--summer-forest-green:#228c22;
--saddle-brown:#8b4513;
}