Sunset Blossoms Color Palette

Discover the beautiful Sunset Blossoms color palette featuring mexican red (#9b2246), cabaret (#d84f6b), rose bud (#fbaf8e), casablanca (#f7c94b) and fuel yellow (#e9ae2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Pink, Red, Summer 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 Sunset Blossoms palette

Share this palette to:

💻 Sunset Blossoms color palette CSS

/* CSS */
.color-1 {
color: #9b2246;
}
.color-2 {
color: #d84f6b;
}
.color-3 {
color: #fbaf8e;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #e9ae2f;
}

/* CSS Variables */
:root {
--color-1: #9b2246;
--color-2: #d84f6b;
--color-3: #fbaf8e;
--color-4: #f7c94b;
--color-5: #e9ae2f;
}

🌈 Sunset Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b2246, #d84f6b, #fbaf8e, #f7c94b, #e9ae2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b2246, #d84f6b, #fbaf8e, #f7c94b, #e9ae2f);
}

Sunset Blossoms color palette created on .