Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4a2c90;
}
.coronation-blue {
color: #5c509b;
}
.cottage-blue {
color: #7a9bc2;
}
.periwinkle-bud {
color: #b3c4e0;
}
.placebo-purple {
color: #f2e5ff;
}
/* CSS Variables */
:root {
--galactic-purple:#4a2c90;
--coronation-blue:#5c509b;
--cottage-blue:#7a9bc2;
--periwinkle-bud:#b3c4e0;
--placebo-purple:#f2e5ff;
}