Sunset Blossom Color Palette

Discover the beautiful Sunset Blossom color palette featuring crimson (#e11425), flamingo (#f4603e), sea buckthorn (#f89f3a), bright sun (#f8d83a) and primrose (#e1f09e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Blossom palette

Share this palette to:

💻 Sunset Blossom color palette CSS

/* CSS */
.color-1 {
color: #e11425;
}
.color-2 {
color: #f4603e;
}
.color-3 {
color: #f89f3a;
}
.color-4 {
color: #f8d83a;
}
.color-5 {
color: #e1f09e;
}

/* CSS Variables */
:root {
--color-1: #e11425;
--color-2: #f4603e;
--color-3: #f89f3a;
--color-4: #f8d83a;
--color-5: #e1f09e;
}

🌈 Sunset Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e11425, #f4603e, #f89f3a, #f8d83a, #e1f09e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e11425, #f4603e, #f89f3a, #f8d83a, #e1f09e);
}

Sunset Blossom color palette created on .