Color names in this palette
CSS code for this palette
/* CSS */
.creamy-custard {
color: #f8e8bf;
}
.bespoke {
color: #d4b8a0;
}
.tiny-ribbons {
color: #b48eae;
}
.juneberry {
color: #7a599b;
}
.izmir-purple {
color: #4b3f73;
}
/* CSS Variables */
:root {
--creamy-custard:#f8e8bf;
--bespoke:#d4b8a0;
--tiny-ribbons:#b48eae;
--juneberry:#7a599b;
--izmir-purple:#4b3f73;
}