Citrus Zest Dream Color Palette

Discover the beautiful Citrus Zest Dream color palette featuring coral (#ff8052), web orange (#ffa600), bright sun (#ffe033), wattle (#d3e156) and sushi (#8bc34b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Yellow, Green, Bright, Fun 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 Zest Dream palette

Share this palette to:

💻 Citrus Zest Dream color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffa600;
}
.color-3 {
color: #ffe033;
}
.color-4 {
color: #d3e156;
}
.color-5 {
color: #8bc34b;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffa600;
--color-3: #ffe033;
--color-4: #d3e156;
--color-5: #8bc34b;
}

🌈 Citrus Zest Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffa600, #ffe033, #d3e156, #8bc34b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffa600, #ffe033, #d3e156, #8bc34b);
}

Citrus Zest Dream color palette created on .