Color names in this palette
CSS code for this palette
/* CSS */
.silken-raspberry {
color: #a77b8c;
}
.drake-tooth {
color: #bcb0a4;
}
.cream-tan {
color: #e5c5b8;
}
.tea-cookie {
color: #f2e1c0;
}
.paw-paw {
color: #f9d59f;
}
/* CSS Variables */
:root {
--silken-raspberry:#a77b8c;
--drake-tooth:#bcb0a4;
--cream-tan:#e5c5b8;
--tea-cookie:#f2e1c0;
--paw-paw:#f9d59f;
}