diff --git a/samples/dds-datasets-polygon-colors/README.md b/samples/dds-datasets-polygon-colors/README.md
new file mode 100644
index 00000000..33c99108
--- /dev/null
+++ b/samples/dds-datasets-polygon-colors/README.md
@@ -0,0 +1,41 @@
+# Google Maps JavaScript Sample
+
+## dds-datasets-polygon-colors
+
+This example shows an approach to styling polygon geometry based data features.
+
+## Setup
+
+### Before starting run:
+
+`npm i`
+
+### Run an example on a local web server
+
+`cd samples/dds-datasets-polygon-colors`
+`npm start`
+
+### Build an individual example
+
+`cd samples/dds-datasets-polygon-colors`
+`npm run build`
+
+From 'samples':
+
+`npm run build --workspace=dds-datasets-polygon-colors/`
+
+### Build all of the examples.
+
+From 'samples':
+
+`npm run build-all`
+
+### Run lint to check for problems
+
+`cd samples/dds-datasets-polygon-colors`
+`npx eslint index.ts`
+
+## Feedback
+
+For feedback related to this sample, please open a new issue on
+[GitHub](https://github.com/googlemaps-samples/js-api-samples/issues).
diff --git a/samples/dds-datasets-polygon-colors/index.html b/samples/dds-datasets-polygon-colors/index.html
new file mode 100644
index 00000000..2eec92dd
--- /dev/null
+++ b/samples/dds-datasets-polygon-colors/index.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Style a polygon data feature with more detail
+
+
+
+
+
+
+
+
+