Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4a3c6d;
}
.butterfly-bush {
color: #6a5b8b;
}
.tiny-ribbons {
color: #b88eb2;
}
.strike-it-rich {
color: #d9b45e;
}
.sweet-baby-rose {
color: #c44d40;
}
/* CSS Variables */
:root {
--meteorite:#4a3c6d;
--butterfly-bush:#6a5b8b;
--tiny-ribbons:#b88eb2;
--strike-it-rich:#d9b45e;
--sweet-baby-rose:#c44d40;
}