Discover the beautiful Pink Sunset color palette featuring cranberry (#e14c7b), geraldine (#f69a8e), mandys pink (#f5c2b2), sidecar (#f2e5b5) and navajo white (#ffe2a8).
Pink Sunset 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 Pink Sunset palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Pink Sunset palette
💻 Pink Sunset color palette CSS
/* CSS */
.color-1 {
color: #e14c7b;
}
.color-2 {
color: #f69a8e;
}
.color-3 {
color: #f5c2b2;
}
.color-4 {
color: #f2e5b5;
}
.color-5 {
color: #ffe2a8;
}
/* CSS Variables */
:root {
--color-1: #e14c7b;
--color-2: #f69a8e;
--color-3: #f5c2b2;
--color-4: #f2e5b5;
--color-5: #ffe2a8;
}
🌈 Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e14c7b, #f69a8e, #f5c2b2, #f2e5b5, #ffe2a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e14c7b, #f69a8e, #f5c2b2, #f2e5b5, #ffe2a8);
}
🔗 Explore similar color palettes
Pink Sunset color palette created on .