ColorsPaletteTool

Campaign

Creative Pop Color Palette

Bright, memorable colors for social visuals. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(255, 247, 173)

Secondary

rgb(255, 184, 5)

Accent

rgb(251, 86, 9)

Deep

rgb(130, 54, 236)

Light

rgb(29, 54, 88)

Adjust palette

Tune the full palette while keeping individual color choices editable.

Export for design and code

Download a palette image or copy CSS generated from the current adjusted colors.

Palette PNG Preview
#FFF7AD#FFB805#FB5609#8236EC#1D3658
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Creative Pop CSS

/* CSS */
.color-1 {
  color: #FFF7AD;
}
.color-2 {
  color: #FFB805;
}
.color-3 {
  color: #FB5609;
}
.color-4 {
  color: #8236EC;
}
.color-5 {
  color: #1D3658;
}

/* CSS Variables */
:root {
  --color-1: #FFF7AD;
  --color-2: #FFB805;
  --color-3: #FB5609;
  --color-4: #8236EC;
  --color-5: #1D3658;
}

Creative Pop Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #FFF7AD, #FFB805, #FB5609, #8236EC, #1D3658);
}