Sunny Citrus Color Palette

Discover the beautiful Sunny Citrus color palette featuring pizazz (#ff8c00), neon carrot (#ff913d), tree poppy (#ff8f1f), amber (#ffc105) and selective yellow (#ffb300).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Fun, Orange, 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 Sunny Citrus palette

Share this palette to:

💻 Sunny Citrus color palette CSS

/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ff913d;
}
.color-3 {
color: #ff8f1f;
}
.color-4 {
color: #ffc105;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ff913d;
--color-3: #ff8f1f;
--color-4: #ffc105;
--color-5: #ffb300;
}

🌈 Sunny Citrus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ff913d, #ff8f1f, #ffc105, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ff913d, #ff8f1f, #ffc105, #ffb300);
}

Sunny Citrus color palette created on .