Soft Skin Color Palette

Discover the beautiful Soft Skin color palette featuring dairy cream (#fae0c4), maize (#f5c9a6), tacao (#eeb491), apricot (#eaa375) and di serria (#dd895d).

Brightness

Saturation

Warmth

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

Share this palette to:

๐Ÿ’ป Soft Skin color palette CSS

/* CSS */
.color-1 {
color: #fae0c4;
}
.color-2 {
color: #f5c9a6;
}
.color-3 {
color: #eeb491;
}
.color-4 {
color: #eaa375;
}
.color-5 {
color: #dd895d;
}

/* CSS Variables */
:root {
--color-1: #fae0c4;
--color-2: #f5c9a6;
--color-3: #eeb491;
--color-4: #eaa375;
--color-5: #dd895d;
}

๐ŸŒˆ Soft Skin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fae0c4, #f5c9a6, #eeb491, #eaa375, #dd895d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fae0c4, #f5c9a6, #eeb491, #eaa375, #dd895d);
}

Soft Skin color palette created on .