Soft Pixel Slice of Bread Color Palette

Discover the beautiful Soft Pixel Slice of Bread color palette featuring new orleans (#f2d3a1), harvest gold (#e6b77a), di serria (#d9a05e), twine (#c69e5d) and driftwood (#b38b4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bread, Cream, Earthy, Light, Neutral, Soft, Tan, Warm 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 Soft Pixel Slice of Bread palette

Share this palette to:

💻 Soft Pixel Slice of Bread color palette CSS

/* CSS */
.color-1 {
color: #f2d3a1;
}
.color-2 {
color: #e6b77a;
}
.color-3 {
color: #d9a05e;
}
.color-4 {
color: #c69e5d;
}
.color-5 {
color: #b38b4d;
}

/* CSS Variables */
:root {
--color-1: #f2d3a1;
--color-2: #e6b77a;
--color-3: #d9a05e;
--color-4: #c69e5d;
--color-5: #b38b4d;
}

🌈 Soft Pixel Slice of Bread background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d3a1, #e6b77a, #d9a05e, #c69e5d, #b38b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d3a1, #e6b77a, #d9a05e, #c69e5d, #b38b4d);
}

Soft Pixel Slice of Bread color palette created on .