Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #1a1a4c;
}
.blue-gem {
color: #4b3e8e;
}
.medium-slate-blue {
color: #7c6fe2;
}
.lightish-purple {
color: #a850e2;
}
.pink-illusion {
color: #e1b6f7;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#1a1a4c;
--blue-gem:#4b3e8e;
--medium-slate-blue:#7c6fe2;
--lightish-purple:#a850e2;
--pink-illusion:#e1b6f7;
}