Color names in this palette
CSS code for this palette
/* CSS */
.carving-party {
color: #f0c69e;
}
.kitten-s-paw {
color: #d8a79d;
}
.memorable-rose {
color: #d08a8b;
}
.mauve-orchid {
color: #a76c8e;
}
.vibrant-orchid {
color: #7e4e7e;
}
/* CSS Variables */
:root {
--carving-party:#f0c69e;
--kitten-s-paw:#d8a79d;
--memorable-rose:#d08a8b;
--mauve-orchid:#a76c8e;
--vibrant-orchid:#7e4e7e;
}