Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4a2c90;
}
.lusty-lavender {
color: #8f5dbb;
}
.silver-rust {
color: #c6a1e3;
}
.sugar-high {
color: #f0c7e7;
}
.derry-coast-sunrise {
color: #f8e2ce;
}
/* CSS Variables */
:root {
--galactic-purple:#4a2c90;
--lusty-lavender:#8f5dbb;
--silver-rust:#c6a1e3;
--sugar-high:#f0c7e7;
--derry-coast-sunrise:#f8e2ce;
}