Starfruit Serenade Color Palette

Discover the beautiful Starfruit Serenade color palette featuring sweet corn (#f8e891), caper (#d5e5a9), pixie green (#b9daba), peach (#ffe6b8) and goldenrod (#fad770).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Cream, Pastel, Bright, Summer, 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 Starfruit Serenade palette

Share this palette to:

💻 Starfruit Serenade color palette CSS

/* CSS */
.color-1 {
color: #f8e891;
}
.color-2 {
color: #d5e5a9;
}
.color-3 {
color: #b9daba;
}
.color-4 {
color: #ffe6b8;
}
.color-5 {
color: #fad770;
}

/* CSS Variables */
:root {
--color-1: #f8e891;
--color-2: #d5e5a9;
--color-3: #b9daba;
--color-4: #ffe6b8;
--color-5: #fad770;
}

🌈 Starfruit Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e891, #d5e5a9, #b9daba, #ffe6b8, #fad770);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e891, #d5e5a9, #b9daba, #ffe6b8, #fad770);
}

Starfruit Serenade color palette created on .