Color names in this palette
CSS code for this palette
/* CSS */
.persian-jewel {
color: #6a7bbe;
}
.minuet {
color: #a3b4d1;
}
.silver-sweetpea {
color: #c8c8e4;
}
.princess {
color: #f1a7b3;
}
.red-arremer {
color: #e0524d;
}
/* CSS Variables */
:root {
--persian-jewel:#6a7bbe;
--minuet:#a3b4d1;
--silver-sweetpea:#c8c8e4;
--princess:#f1a7b3;
--red-arremer:#e0524d;
}