Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.cliff-blue {
color: #5b8eb9;
}
.san-marino {
color: #4d6c9d;
}
.ashen-wind {
color: #97a9b4;
}
.glowing-brake-disc {
color: #f04747;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--cliff-blue:#5b8eb9;
--san-marino:#4d6c9d;
--ashen-wind:#97a9b4;
--glowing-brake-disc:#f04747;
}