Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.skinny-jeans {
color: #5d8dfe;
}
.chateau-green {
color: #3ba55d;
}
.glowing-brake-disc {
color: #f04747;
}
.ashen-wind {
color: #97a9b4;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--skinny-jeans:#5d8dfe;
--chateau-green:#3ba55d;
--glowing-brake-disc:#f04747;
--ashen-wind:#97a9b4;
}