Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.skinny-jeans {
color: #5d8dfe;
}
.andrea-blue {
color: #4c73e6;
}
.free-speech-blue {
color: #3b5cbf;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--skinny-jeans:#5d8dfe;
--andrea-blue:#4c73e6;
--free-speech-blue:#3b5cbf;
--snap-shot:#2b3d50;
}