Discover the beautiful Light Pink color palette featuring rose bud (#f7a1a1), goldenrod (#f9d86c), primrose (#f1e3a2), sail (#a1d3f7) and ice cold (#a1f7d7).
Light Pink Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Light Pink palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Light Pink palette
💻 Light Pink color palette CSS
/* CSS */
.color-1 {
color: #f7a1a1;
}
.color-2 {
color: #f9d86c;
}
.color-3 {
color: #f1e3a2;
}
.color-4 {
color: #a1d3f7;
}
.color-5 {
color: #a1f7d7;
}
/* CSS Variables */
:root {
--color-1: #f7a1a1;
--color-2: #f9d86c;
--color-3: #f1e3a2;
--color-4: #a1d3f7;
--color-5: #a1f7d7;
}
🌈 Light Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a1, #f9d86c, #f1e3a2, #a1d3f7, #a1f7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a1, #f9d86c, #f1e3a2, #a1d3f7, #a1f7d7);
}
🔗 Explore similar color palettes
Light Pink color palette created on .