Pink Teal Sunset Color Palette

Discover the beautiful Pink Teal Sunset color palette featuring brilliant rose (#fb5ba0), jelly bean (#2a738d), trendy pink (#946798), saffron (#f4c32f) and ecstasy (#fa7e1e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Blue, Orange, Purple 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 Pink Teal Sunset palette

Share this palette to:

💻 Pink Teal Sunset color palette CSS

/* CSS */
.color-1 {
color: #fb5ba0;
}
.color-2 {
color: #2a738d;
}
.color-3 {
color: #946798;
}
.color-4 {
color: #f4c32f;
}
.color-5 {
color: #fa7e1e;
}

/* CSS Variables */
:root {
--color-1: #fb5ba0;
--color-2: #2a738d;
--color-3: #946798;
--color-4: #f4c32f;
--color-5: #fa7e1e;
}

🌈 Pink Teal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb5ba0, #2a738d, #946798, #f4c32f, #fa7e1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb5ba0, #2a738d, #946798, #f4c32f, #fa7e1e);
}

Pink Teal Sunset color palette created on .