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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Soft Skin color palette created on .