Color names in this palette
CSS code for this palette
/* CSS */
.persian-plush {
color: #5a5b90;
}
.black-diamond-apple {
color: #8c7c9c;
}
.feminine-fancy {
color: #c4a5d4;
}
.sugar-high {
color: #f1c6e7;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--persian-plush:#5a5b90;
--black-diamond-apple:#8c7c9c;
--feminine-fancy:#c4a5d4;
--sugar-high:#f1c6e7;
--n-rang-orange:#ff8052;
}