Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3b2a60;
}
.purple-corallite {
color: #5c4e8d;
}
.astro-zinger {
color: #787cba;
}
.silver-rust {
color: #c8a4e5;
}
.scented-spring {
color: #f3d2f4;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3b2a60;
--purple-corallite:#5c4e8d;
--astro-zinger:#787cba;
--silver-rust:#c8a4e5;
--scented-spring:#f3d2f4;
}