Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.balinese-sunset {
color: #f29f78;
}
.chinese-lantern {
color: #f28e50;
}
.sweet-potato {
color: #d77f3c;
}
.scarecrow-frown {
color: #a65c2b;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--balinese-sunset:#f29f78;
--chinese-lantern:#f28e50;
--sweet-potato:#d77f3c;
--scarecrow-frown:#a65c2b;
}