Sunset Citrus Color Palette

Discover the beautiful Sunset Citrus color palette featuring energy yellow (#f6d55a), cream can (#f5c56b), rajah (#f6a979), froly (#f48a8a) and pomegranate (#f24e1c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Sunset Citrus color palette CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f5c56b;
}
.color-3 {
color: #f6a979;
}
.color-4 {
color: #f48a8a;
}
.color-5 {
color: #f24e1c;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f5c56b;
--color-3: #f6a979;
--color-4: #f48a8a;
--color-5: #f24e1c;
}

🌈 Sunset Citrus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f5c56b, #f6a979, #f48a8a, #f24e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f5c56b, #f6a979, #f48a8a, #f24e1c);
}

Sunset Citrus color palette created on .