Citrus Breeze Color Palette

Discover the beautiful Citrus Breeze color palette featuring royal blue (#4b7bec), regent st blue (#a2c1e7), sweet corn (#f6e67e), web orange (#faa700) and burning orange (#ff6d2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Summer, 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 Breeze palette

Share this palette to:

💻 Citrus Breeze color palette CSS

/* CSS */
.color-1 {
color: #4b7bec;
}
.color-2 {
color: #a2c1e7;
}
.color-3 {
color: #f6e67e;
}
.color-4 {
color: #faa700;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #4b7bec;
--color-2: #a2c1e7;
--color-3: #f6e67e;
--color-4: #faa700;
--color-5: #ff6d2e;
}

🌈 Citrus Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7bec, #a2c1e7, #f6e67e, #faa700, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7bec, #a2c1e7, #f6e67e, #faa700, #ff6d2e);
}

Citrus Breeze color palette created on .