Scraps Color Palette
Discover the beautiful Scraps color palette featuring carissma (#ea8ba9), wild sand (#f5f5f5), goldenrod (#ffd06b), cabaret (#d34575) and buttermilk (#fff8b8).
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 Scraps palette
💻 Scraps color palette CSS
/* CSS */
.color-1 {
color: #ea8ba9;
}
.color-2 {
color: #f5f5f5;
}
.color-3 {
color: #ffd06b;
}
.color-4 {
color: #d34575;
}
.color-5 {
color: #fff8b8;
}
/* CSS Variables */
:root {
--color-1: #ea8ba9;
--color-2: #f5f5f5;
--color-3: #ffd06b;
--color-4: #d34575;
--color-5: #fff8b8;
} 🌈 Scraps background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea8ba9, #f5f5f5, #ffd06b, #d34575, #fff8b8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea8ba9, #f5f5f5, #ffd06b, #d34575, #fff8b8);
} 🔗 Explore similar color palettes
Scraps color palette created on .