Color names in this palette
CSS code for this palette
/* CSS */
.plastic-clouds {
color: #f4f1f0;
}
.angelico {
color: #ead0c3;
}
.la-vie-en-rose {
color: #d4a7a1;
}
.black-elder {
color: #a76c79;
}
.grapes-of-italy {
color: #6a4a8c;
}
/* CSS Variables */
:root {
--plastic-clouds:#f4f1f0;
--angelico:#ead0c3;
--la-vie-en-rose:#d4a7a1;
--black-elder:#a76c79;
--grapes-of-italy:#6a4a8c;
}