Pink Sunshine Color Palette
Discover the beautiful Pink Sunshine color palette featuring illusion (#f7a1bf), ronchi (#f1c84b), emerald (#5abf82), havelock blue (#4b91e2) and zest (#e77e23).
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 Pink Sunshine palette
💻 Pink Sunshine color palette CSS
/* CSS */
.color-1 {
color: #f7a1bf;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #5abf82;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #f7a1bf;
--color-2: #f1c84b;
--color-3: #5abf82;
--color-4: #4b91e2;
--color-5: #e77e23;
}
🌈 Pink Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1bf, #f1c84b, #5abf82, #4b91e2, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1bf, #f1c84b, #5abf82, #4b91e2, #e77e23);
}
🔗 Explore similar color palettes
Pink Sunshine color palette created on .