Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4b2d8f;
}
.lusty-lavender {
color: #8c5dbb;
}
.silver-rust {
color: #c6a3e0;
}
.bordeaux-hint {
color: #f0b7e4;
}
.tulip {
color: #ff8a92;
}
/* CSS Variables */
:root {
--galactic-purple:#4b2d8f;
--lusty-lavender:#8c5dbb;
--silver-rust:#c6a3e0;
--bordeaux-hint:#f0b7e4;
--tulip:#ff8a92;
}