Scraps Color Palette

Discover the beautiful Scraps color palette featuring amulet (#7c9c7f), pixie green (#b1d8b3), sidecar (#f2e6b1), rose bud (#f9b09a) and froly (#f67e8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Light, Bright, Soft, Earthy, Pink, Tropical, Yellow, Fun 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: #7c9c7f;
}
.color-2 {
color: #b1d8b3;
}
.color-3 {
color: #f2e6b1;
}
.color-4 {
color: #f9b09a;
}
.color-5 {
color: #f67e8a;
}

/* CSS Variables */
:root {
--color-1: #7c9c7f;
--color-2: #b1d8b3;
--color-3: #f2e6b1;
--color-4: #f9b09a;
--color-5: #f67e8a;
}

🌈 Scraps background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c9c7f, #b1d8b3, #f2e6b1, #f9b09a, #f67e8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c9c7f, #b1d8b3, #f2e6b1, #f9b09a, #f67e8a);
}

Scraps color palette created on .