Soft Skin Color Palette
Discover the beautiful Soft Skin color palette featuring wheat (#f5d4b2), mandys pink (#f2b2b1), kobi (#e6a2c0), lilac (#d09acd) and amethyst (#a769c3).
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: #f5d4b2;
}
.color-2 {
color: #f2b2b1;
}
.color-3 {
color: #e6a2c0;
}
.color-4 {
color: #d09acd;
}
.color-5 {
color: #a769c3;
}
/* CSS Variables */
:root {
--color-1: #f5d4b2;
--color-2: #f2b2b1;
--color-3: #e6a2c0;
--color-4: #d09acd;
--color-5: #a769c3;
}
🌈 Soft Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d4b2, #f2b2b1, #e6a2c0, #d09acd, #a769c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d4b2, #f2b2b1, #e6a2c0, #d09acd, #a769c3);
}
🔗 Explore similar color palettes
Soft Skin color palette created on .