+ @foreach (System.Reflection.FieldInfo item in typeof(ColorPalettePresets).GetFields())
+ {
+ List
currPreset = (List)item.GetValue(null);
+ string presetName = item.Name;
+
+
@presetName
+
+
+ }
+
+````
+
+
+## See Also
+
+* [Color Paletter Overview]({%slug colorpalette-overview%})
+* [Custom Color Lists]({%slug colorpalette-custom-colors%})