Color names in this palette
CSS code for this palette
/* CSS */
.tahitian-sand {
color: #f8dbb4;
}
.seasonal-beige {
color: #e9b79f;
}
.apricotta {
color: #d6a18f;
}
.wild-party {
color: #b87c7a;
}
.shine-baby-shine {
color: #a35c71;
}
/* CSS Variables */
:root {
--tahitian-sand:#f8dbb4;
--seasonal-beige:#e9b79f;
--apricotta:#d6a18f;
--wild-party:#b87c7a;
--shine-baby-shine:#a35c71;
}