Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c7;
}
.somewhere-in-a-fairytale {
color: #d19bd9;
}
.pale-purple {
color: #b68bd5;
}
.lusty-lavender {
color: #8f5cc1;
}
.coronation-blue {
color: #5a499c;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c7;
--somewhere-in-a-fairytale:#d19bd9;
--pale-purple:#b68bd5;
--lusty-lavender:#8f5cc1;
--coronation-blue:#5a499c;
}