Color names in this palette
CSS code for this palette
/* CSS */
.syrian-violet {
color: #e0c5e7;
}
.bermuda-onion {
color: #9f5b92;
}
.true-purple {
color: #6f2c90;
}
.after-work-blue {
color: #2b1c6d;
}
.tetsu-kon-blue {
color: #1a1a4c;
}
/* CSS Variables */
:root {
--syrian-violet:#e0c5e7;
--bermuda-onion:#9f5b92;
--true-purple:#6f2c90;
--after-work-blue:#2b1c6d;
--tetsu-kon-blue:#1a1a4c;
}