Discover the beautiful Citrus Arguments color palette featuring porsche (#e6a86b), ronchi (#f1c84b), energy yellow (#f9d75d), saffron (#f6b83c) and piper (#d95f26).

Citrus Arguments Color Palette

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

Explore how the Citrus Arguments palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Citrus Arguments palette

Share this palette to:

💻 Citrus Arguments color palette CSS

/* CSS */
.color-1 {
color: #e6a86b;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f9d75d;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d95f26;
}

/* CSS Variables */
:root {
--color-1: #e6a86b;
--color-2: #f1c84b;
--color-3: #f9d75d;
--color-4: #f6b83c;
--color-5: #d95f26;
}

🌈 Citrus Arguments background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a86b, #f1c84b, #f9d75d, #f6b83c, #d95f26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a86b, #f1c84b, #f9d75d, #f6b83c, #d95f26);
}

Citrus Arguments color palette created on .