Pale Red Color Palette

Discover the beautiful Pale Red color palette featuring wheat (#f6d1b1), tacao (#f2a87d), terracotta (#e37959), flame pea (#d75342) and tall poppy (#b52e2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Apricot, Bright, Summer, Coral 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 Pale Red palette

Share this palette to:

💻 Pale Red color palette CSS

/* CSS */
.color-1 {
color: #f6d1b1;
}
.color-2 {
color: #f2a87d;
}
.color-3 {
color: #e37959;
}
.color-4 {
color: #d75342;
}
.color-5 {
color: #b52e2c;
}

/* CSS Variables */
:root {
--color-1: #f6d1b1;
--color-2: #f2a87d;
--color-3: #e37959;
--color-4: #d75342;
--color-5: #b52e2c;
}

🌈 Pale Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d1b1, #f2a87d, #e37959, #d75342, #b52e2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d1b1, #f2a87d, #e37959, #d75342, #b52e2c);
}

Pale Red color palette created on .