Citrus Serenade Color Palette

Discover the beautiful Citrus Serenade color palette featuring texas (#e9fbac), caper (#d5e6a7), pine glade (#c0d39c), sprout (#b2cfa5) and shadow green (#a2c8b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Green, Pastel, 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 Serenade palette

Share this palette to:

💻 Citrus Serenade color palette CSS

/* CSS */
.color-1 {
color: #e9fbac;
}
.color-2 {
color: #d5e6a7;
}
.color-3 {
color: #c0d39c;
}
.color-4 {
color: #b2cfa5;
}
.color-5 {
color: #a2c8b8;
}

/* CSS Variables */
:root {
--color-1: #e9fbac;
--color-2: #d5e6a7;
--color-3: #c0d39c;
--color-4: #b2cfa5;
--color-5: #a2c8b8;
}

🌈 Citrus Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9fbac, #d5e6a7, #c0d39c, #b2cfa5, #a2c8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9fbac, #d5e6a7, #c0d39c, #b2cfa5, #a2c8b8);
}

Citrus Serenade color palette created on .