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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Creative Spark color palette created on .