Color names in this palette
CSS code for this palette
/* CSS */
.galactic-civilization {
color: #3b2a8d;
}
.indigo-light {
color: #5c6fd1;
}
.lucea {
color: #79b3e2;
}
.yellow-petal {
color: #f0e34c;
}
.sango-red {
color: #f56b4d;
}
/* CSS Variables */
:root {
--galactic-civilization:#3b2a8d;
--indigo-light:#5c6fd1;
--lucea:#79b3e2;
--yellow-petal:#f0e34c;
--sango-red:#f56b4d;
}