Shades of Pink and Orange Color Palette

Discover the beautiful Shades of Pink and Orange color palette featuring wild watermelon (#ff5c6c), neon carrot (#ff9b3d), mustard (#ffd84d), turquoise blue (#6ed7e7) and fruit salad (#4b8b5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Yellow, Ocean, Green 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

UI Examples

Explore beautiful UI components with Shades of Pink and Orange palette

Share this palette to:

💻 Shades of Pink and Orange color palette CSS

/* CSS */
.color-1 {
color: #ff5c6c;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #6ed7e7;
}
.color-5 {
color: #4b8b5a;
}

/* CSS Variables */
:root {
--color-1: #ff5c6c;
--color-2: #ff9b3d;
--color-3: #ffd84d;
--color-4: #6ed7e7;
--color-5: #4b8b5a;
}

🌈 Shades of Pink and Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c6c, #ff9b3d, #ffd84d, #6ed7e7, #4b8b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c6c, #ff9b3d, #ffd84d, #6ed7e7, #4b8b5a);
}

Shades of Pink and Orange color palette created on .