Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created March 29, 2013 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lohithgn/5270162 to your computer and use it in GitHub Desktop.
Save lohithgn/5270162 to your computer and use it in GitHub Desktop.
Kendo UI Color Picker - Custom Palette
@(
Html.Kendo().ColorPicker()
.Name("kPickerBasic")
.Palette(new string[] {
"#f0d0c9", "#e2a293", "#d4735e", "#65281a",
"#eddfda", "#dcc0b6", "#cba092", "#7b4b3a",
"#fcecd5", "#f9d9ab", "#f6c781", "#c87d0e",
"#e1dca5", "#d0c974", "#a29a36", "#514d1b",
"#c6d9f0", "#8db3e2", "#548dd4", "#17365d"
})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment