Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4a3c90;
}
.faraway-sky {
color: #8f7ec4;
}
.silver-rust {
color: #c4a3e0;
}
.cherry-blossom {
color: #f3bfd3;
}
.watermelon-candy {
color: #ff5c7c;
}
/* CSS Variables */
:root {
--blue-gem:#4a3c90;
--faraway-sky:#8f7ec4;
--silver-rust:#c4a3e0;
--cherry-blossom:#f3bfd3;
--watermelon-candy:#ff5c7c;
}