Palette Studio
Deterministic URLs, one-click copy, and export-ready tokens.
Current Palette
50
#E7E4FB
W 1.24 · B 16.89
100
#C3BCF6
W 1.77 · B 11.84
200
#9A8DF2
W 2.81 · B 7.47
300
#705EEE
W 4.64 · B 4.52
400
#D6EC38
W 1.32 · B 15.91
500
#D0E91C
W 1.37 · B 15.35
600
#B5CC10
W 1.81 · B 11.61
700
#95A80B
W 2.66 · B 7.88
module.exports = { theme: { extend: { colors: { brand: { 50: '#E7E4FB', 100: '#C3BCF6', 200: '#9A8DF2', 300: '#705EEE', 400: '#D6EC38', 500: '#D0E91C', 600: '#B5CC10', 700: '#95A80B', }, }, }, }, };