Citrus Serenity Color Palette

Discover the beautiful Citrus Serenity color palette featuring saffron (#f4cf3e), half baked (#82c9c5), rajah (#f8c572), zest (#e77e23) and tenn (#d15400).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Citrus Serenity color palette CSS

/* CSS */
.color-1 {
color: #f4cf3e;
}
.color-2 {
color: #82c9c5;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #f4cf3e;
--color-2: #82c9c5;
--color-3: #f8c572;
--color-4: #e77e23;
--color-5: #d15400;
}

🌈 Citrus Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cf3e, #82c9c5, #f8c572, #e77e23, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cf3e, #82c9c5, #f8c572, #e77e23, #d15400);
}

Citrus Serenity color palette created on .