Color Palette Generator
Create beautiful color schemes for your projects
Palette Settings
Palette Type
My Palette
:root {
}module.exports = {
theme: {
extend: {
colors: {
'my-palette': {
}
}
}
}
}Create beautiful color schemes for your projects
:root {
}module.exports = {
theme: {
extend: {
colors: {
'my-palette': {
}
}
}
}
}