Color names in this palette
CSS code for this palette
/* CSS */
.terracotta-chip {
color: #c07b5d;
}
.sweet-curry {
color: #e8a778;
}
.shrimp-boat {
color: #f4bf9a;
}
.white-cedar {
color: #f5e0c2;
}
.reclining-green {
color: #b6d8bf;
}
/* CSS Variables */
:root {
--terracotta-chip:#c07b5d;
--sweet-curry:#e8a778;
--shrimp-boat:#f4bf9a;
--white-cedar:#f5e0c2;
--reclining-green:#b6d8bf;
}