Sunset Bliss Color Palette

Discover the beautiful Sunset Bliss color palette featuring maize (#f7d3a1), jaffa (#f2a03a), hot cinnamon (#d45d21), roof terracotta (#a71b27) and rose bud cherry (#6a0b33).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Fun, Orange, Red, Summer, Sunset, Vibrant, Warm 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 Bliss palette

Share this palette to:

💻 Sunset Bliss color palette CSS

/* CSS */
.color-1 {
color: #f7d3a1;
}
.color-2 {
color: #f2a03a;
}
.color-3 {
color: #d45d21;
}
.color-4 {
color: #a71b27;
}
.color-5 {
color: #6a0b33;
}

/* CSS Variables */
:root {
--color-1: #f7d3a1;
--color-2: #f2a03a;
--color-3: #d45d21;
--color-4: #a71b27;
--color-5: #6a0b33;
}

🌈 Sunset Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d3a1, #f2a03a, #d45d21, #a71b27, #6a0b33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d3a1, #f2a03a, #d45d21, #a71b27, #6a0b33);
}

Sunset Bliss color palette created on .