Color names in this palette
CSS code for this palette
/* CSS */
.wild-mulberry {
color: #a9608c;
}
.chantilly {
color: #eab8c9;
}
.ivory-tassel {
color: #f7ead9;
}
.lion-cub {
color: #f8caa5;
}
.fat-gold {
color: #e6b800;
}
/* CSS Variables */
:root {
--wild-mulberry:#a9608c;
--chantilly:#eab8c9;
--ivory-tassel:#f7ead9;
--lion-cub:#f8caa5;
--fat-gold:#e6b800;
}