Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.berry-pie {
color: #4e6f8d;
}
.cod-grey {
color: #2d3034;
}
.ashen-wind {
color: #97a9b4;
}
.glowing-brake-disc {
color: #f04747;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--berry-pie:#4e6f8d;
--cod-grey:#2d3034;
--ashen-wind:#97a9b4;
--glowing-brake-disc:#f04747;
}