Pale Skin Color Palette

Discover the beautiful Pale Skin color palette featuring parchment (#f2e0d4), bone (#e2c5b6), eunry (#d4a89b), old rose (#c68d7b) and santa fe (#b76e5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSkin, Neutral, Beige, Soft, Earthy, Warm, Light, Modern 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 Skin palette

Share this palette to:

💻 Pale Skin color palette CSS

/* CSS */
.color-1 {
color: #f2e0d4;
}
.color-2 {
color: #e2c5b6;
}
.color-3 {
color: #d4a89b;
}
.color-4 {
color: #c68d7b;
}
.color-5 {
color: #b76e5c;
}

/* CSS Variables */
:root {
--color-1: #f2e0d4;
--color-2: #e2c5b6;
--color-3: #d4a89b;
--color-4: #c68d7b;
--color-5: #b76e5c;
}

🌈 Pale Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e0d4, #e2c5b6, #d4a89b, #c68d7b, #b76e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e0d4, #e2c5b6, #d4a89b, #c68d7b, #b76e5c);
}

Pale Skin color palette created on .