Color names in this palette
CSS code for this palette
/* CSS */
.ivory-tassel {
color: #f7ead9;
}
.in-the-pink {
color: #f2c5d3;
}
.blackberry-yogurt {
color: #e4b9e4;
}
.bright-ube {
color: #d499eb;
}
.biloba-flower {
color: #b29ad0;
}
/* CSS Variables */
:root {
--ivory-tassel:#f7ead9;
--in-the-pink:#f2c5d3;
--blackberry-yogurt:#e4b9e4;
--bright-ube:#d499eb;
--biloba-flower:#b29ad0;
}