Soft Skin Color Palette

Discover the beautiful Soft Skin color palette featuring dairy cream (#fadfc2), maize (#f5cba8), tacao (#eeb491), apricot (#eaa475) and di serria (#dd8b5f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Apricot, Coral, Cream, Orange, Warm, Earthy, Sunset, Soft, Vintage 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 Skin palette

Share this palette to:

💻 Soft Skin color palette CSS

/* CSS */
.color-1 {
color: #fadfc2;
}
.color-2 {
color: #f5cba8;
}
.color-3 {
color: #eeb491;
}
.color-4 {
color: #eaa475;
}
.color-5 {
color: #dd8b5f;
}

/* CSS Variables */
:root {
--color-1: #fadfc2;
--color-2: #f5cba8;
--color-3: #eeb491;
--color-4: #eaa475;
--color-5: #dd8b5f;
}

🌈 Soft Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadfc2, #f5cba8, #eeb491, #eaa475, #dd8b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadfc2, #f5cba8, #eeb491, #eaa475, #dd8b5f);
}

Soft Skin color palette created on .