Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-gum {
color: #492b54;
}
.purple-sapphire {
color: #784a8c;
}
.violet-femmes {
color: #a86ba5;
}
.geranium-bud {
color: #d19fc2;
}
.pink-frosting {
color: #f5d6e4;
}
/* CSS Variables */
:root {
--scarlet-gum:#492b54;
--purple-sapphire:#784a8c;
--violet-femmes:#a86ba5;
--geranium-bud:#d19fc2;
--pink-frosting:#f5d6e4;
}