Color names in this palette
CSS code for this palette
/* CSS */
.arabian-silk {
color: #7a6f9b;
}
.violet-velvet {
color: #b19bd9;
}
.dream-land {
color: #f0b2e5;
}
.banana-yogurt {
color: #f9e8b4;
}
.peach-damask {
color: #f8c5aa;
}
/* CSS Variables */
:root {
--arabian-silk:#7a6f9b;
--violet-velvet:#b19bd9;
--dream-land:#f0b2e5;
--banana-yogurt:#f9e8b4;
--peach-damask:#f8c5aa;
}