Muted Paper Color Palette

Discover the beautiful Muted Paper color palette featuring almond (#ede2c4), akaroa (#d5c4ae), nomad (#b7ae9f), pharlap (#a38a8a) and spicy pink (#7d6868).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Cream, Earthy, Neutral, Soft 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 Muted Paper palette

Share this palette to:

💻 Muted Paper color palette CSS

/* CSS */
.color-1 {
color: #ede2c4;
}
.color-2 {
color: #d5c4ae;
}
.color-3 {
color: #b7ae9f;
}
.color-4 {
color: #a38a8a;
}
.color-5 {
color: #7d6868;
}

/* CSS Variables */
:root {
--color-1: #ede2c4;
--color-2: #d5c4ae;
--color-3: #b7ae9f;
--color-4: #a38a8a;
--color-5: #7d6868;
}

🌈 Muted Paper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede2c4, #d5c4ae, #b7ae9f, #a38a8a, #7d6868);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede2c4, #d5c4ae, #b7ae9f, #a38a8a, #7d6868);
}

Muted Paper color palette created on .