Creative Spark Color Palette

Discover the beautiful Creative Spark color palette featuring hit pink (#ffac7a), texas rose (#ffc253), kournikova (#ffe97f), sail (#b1d9fb) and salmon (#ff8266).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Bright, Coral, Peach, Soft, Spring, Summer, Warm, Yellow color palettes and combinations.

๐Ÿ’ก What You Can Do

ColorMagic makes it easy to:
  • โ€ขCopy precise HEX codes and RGB values for your designs
  • โ€ขAdjust its brightness, saturation, and warmth to create new variations
  • โ€ขPreview UI components to see how colors work in real interfaces
  • โ€ขCopy CSS code including background gradients and color variables
  • โ€ขDownload the palette
  • โ€ขShare your palette with team members and clients

๐ŸŽจ Preview UI Components

UI Examples

Explore beautiful UI components with Creative Spark palette

Share this palette to:

๐Ÿ’ป Creative Spark color palette CSS

/* CSS */
.color-1 {
color: #ffac7a;
}
.color-2 {
color: #ffc253;
}
.color-3 {
color: #ffe97f;
}
.color-4 {
color: #b1d9fb;
}
.color-5 {
color: #ff8266;
}

/* CSS Variables */
:root {
--color-1: #ffac7a;
--color-2: #ffc253;
--color-3: #ffe97f;
--color-4: #b1d9fb;
--color-5: #ff8266;
}

๐ŸŒˆ Creative Spark background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffac7a, #ffc253, #ffe97f, #b1d9fb, #ff8266);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffac7a, #ffc253, #ffe97f, #b1d9fb, #ff8266);
}

Creative Spark color palette created on .