Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3b8c;
}
.lusty-lavender {
color: #8b5bbe;
}
.lavender-perceptions {
color: #c27be5;
}
.violet-kiss {
color: #f4a4d8;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--blue-gem:#4b3b8c;
--lusty-lavender:#8b5bbe;
--lavender-perceptions:#c27be5;
--violet-kiss:#f4a4d8;
--blush-hour:#ff7092;
}