Color names in this palette
CSS code for this palette
/* CSS */
.imperial {
color: #5a2d6c;
}
.baton-rouge {
color: #9c4074;
}
.cherry-pink {
color: #c55e78;
}
.rosy-outlook {
color: #f8aaa0;
}
.peach-rose {
color: #f6e4d5;
}
/* CSS Variables */
:root {
--imperial:#5a2d6c;
--baton-rouge:#9c4074;
--cherry-pink:#c55e78;
--rosy-outlook:#f8aaa0;
--peach-rose:#f6e4d5;
}