Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #1a1a4c;
}
.mystic-nights {
color: #4c2c6d;
}
.plum-dust {
color: #a34d92;
}
.o-brien-orange {
color: #f5a747;
}
.precious-persimmon {
color: #ff7142;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#1a1a4c;
--mystic-nights:#4c2c6d;
--plum-dust:#a34d92;
--o-brien-orange:#f5a747;
--precious-persimmon:#ff7142;
}