Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.yu-gu-ng-l-n-moonlight {
color: #595ca6;
}
.twilight {
color: #4d4f8f;
}
.purple-heather {
color: #babad4;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--yu-gu-ng-l-n-moonlight:#595ca6;
--twilight:#4d4f8f;
--purple-heather:#babad4;
--white-smoke:#f5f5f5;
}