Citrus Sunset Bliss Color Palette

Discover the beautiful Citrus Sunset Bliss color palette featuring pizazz (#ff9100), selective yellow (#ffbb00), mustard (#ffdd57), burning orange (#ff7142) and red orange (#ff3c2e).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Summer, Sun, Sunset, Vibrant, Yellow 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 Citrus Sunset Bliss palette

Share this palette to:

💻 Citrus Sunset Bliss color palette CSS

/* CSS */
.color-1 {
color: #ff9100;
}
.color-2 {
color: #ffbb00;
}
.color-3 {
color: #ffdd57;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #ff3c2e;
}

/* CSS Variables */
:root {
--color-1: #ff9100;
--color-2: #ffbb00;
--color-3: #ffdd57;
--color-4: #ff7142;
--color-5: #ff3c2e;
}

🌈 Citrus Sunset Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9100, #ffbb00, #ffdd57, #ff7142, #ff3c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9100, #ffbb00, #ffdd57, #ff7142, #ff3c2e);
}

Citrus Sunset Bliss color palette created on .