Color names in this palette
CSS code for this palette
/* CSS */
.silver-rust {
color: #c3a4e5;
}
.purple-illusionist {
color: #a57bf4;
}
.borage-blue {
color: #5b62c2;
}
.beijing-blue {
color: #3e7eb1;
}
.temple-guard-blue {
color: #309c8f;
}
/* CSS Variables */
:root {
--silver-rust:#c3a4e5;
--purple-illusionist:#a57bf4;
--borage-blue:#5b62c2;
--beijing-blue:#3e7eb1;
--temple-guard-blue:#309c8f;
}