Soft Pink Color Palette
Discover the beautiful Soft Pink color palette featuring hampton (#e6d1a8), spindle (#b6c8e7), shadow green (#99c7b8), azalea (#f1b6d7) and froly (#f58a8a).
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 Pink palette
💻 Soft Pink color palette CSS
/* CSS */
.color-1 {
color: #e6d1a8;
}
.color-2 {
color: #b6c8e7;
}
.color-3 {
color: #99c7b8;
}
.color-4 {
color: #f1b6d7;
}
.color-5 {
color: #f58a8a;
}
/* CSS Variables */
:root {
--color-1: #e6d1a8;
--color-2: #b6c8e7;
--color-3: #99c7b8;
--color-4: #f1b6d7;
--color-5: #f58a8a;
} 🌈 Soft Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d1a8, #b6c8e7, #99c7b8, #f1b6d7, #f58a8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d1a8, #b6c8e7, #99c7b8, #f1b6d7, #f58a8a);
} 🔗 Explore similar color palettes
Soft Pink color palette created on .