Vibrant Sunset Color Palette

Discover the beautiful Vibrant Sunset color palette featuring froly (#f76e6e), sea buckthorn (#f9a23e), golden dream (#f4e02a), pastel green (#8edc6f) and curious blue (#1ea8d2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Vibrant Sunset color palette CSS

/* CSS */
.color-1 {
color: #f76e6e;
}
.color-2 {
color: #f9a23e;
}
.color-3 {
color: #f4e02a;
}
.color-4 {
color: #8edc6f;
}
.color-5 {
color: #1ea8d2;
}

/* CSS Variables */
:root {
--color-1: #f76e6e;
--color-2: #f9a23e;
--color-3: #f4e02a;
--color-4: #8edc6f;
--color-5: #1ea8d2;
}

🌈 Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76e6e, #f9a23e, #f4e02a, #8edc6f, #1ea8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76e6e, #f9a23e, #f4e02a, #8edc6f, #1ea8d2);
}

Vibrant Sunset color palette created on .