Sun-Kissed Skin Color Palette
Discover the beautiful Sun-Kissed Skin color palette featuring wheat (#f5d1b7), tonys pink (#e4a39b), my pink (#d58b8d), old rose (#c3747e) and coral tree (#a96070).
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 Sun-Kissed Skin palette
💻 Sun-Kissed Skin color palette CSS
/* CSS */
.color-1 {
color: #f5d1b7;
}
.color-2 {
color: #e4a39b;
}
.color-3 {
color: #d58b8d;
}
.color-4 {
color: #c3747e;
}
.color-5 {
color: #a96070;
}
/* CSS Variables */
:root {
--color-1: #f5d1b7;
--color-2: #e4a39b;
--color-3: #d58b8d;
--color-4: #c3747e;
--color-5: #a96070;
}
🌈 Sun-Kissed Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1b7, #e4a39b, #d58b8d, #c3747e, #a96070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1b7, #e4a39b, #d58b8d, #c3747e, #a96070);
}
🔗 Explore similar color palettes
Sun-Kissed Skin color palette created on .