Scraps Color Palette

Discover the beautiful Scraps color palette featuring plum (#8e3e7f), cranberry (#d24b8f), wewak (#f29cbb), azalea (#f6d0d3) and rum swizzle (#f9f4e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Pink, Soft, Spring 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 Scraps palette

Share this palette to:

💻 Scraps color palette CSS

/* CSS */
.color-1 {
color: #8e3e7f;
}
.color-2 {
color: #d24b8f;
}
.color-3 {
color: #f29cbb;
}
.color-4 {
color: #f6d0d3;
}
.color-5 {
color: #f9f4e2;
}

/* CSS Variables */
:root {
--color-1: #8e3e7f;
--color-2: #d24b8f;
--color-3: #f29cbb;
--color-4: #f6d0d3;
--color-5: #f9f4e2;
}

🌈 Scraps background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e3e7f, #d24b8f, #f29cbb, #f6d0d3, #f9f4e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e3e7f, #d24b8f, #f29cbb, #f6d0d3, #f9f4e2);
}

Scraps color palette created on .