Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.skinny-jeans {
color: #5d8dfe;
}
.walk-in-the-woods {
color: #3bb08d;
}
.glowing-brake-disc {
color: #f04747;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--skinny-jeans:#5d8dfe;
--walk-in-the-woods:#3bb08d;
--glowing-brake-disc:#f04747;
--soviet-gold:#ffd900;
}