Fruity Fusion Color Palette

Discover the beautiful Fruity Fusion color palette featuring cerise red (#d72d58), conifer (#a3d55d), starship (#f5e74d), rose bud (#f7b3a6) and aqua island (#9adbd3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Red, 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 Fruity Fusion palette

Share this palette to:

💻 Fruity Fusion color palette CSS

/* CSS */
.color-1 {
color: #d72d58;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f5e74d;
}
.color-4 {
color: #f7b3a6;
}
.color-5 {
color: #9adbd3;
}

/* CSS Variables */
:root {
--color-1: #d72d58;
--color-2: #a3d55d;
--color-3: #f5e74d;
--color-4: #f7b3a6;
--color-5: #9adbd3;
}

🌈 Fruity Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d72d58, #a3d55d, #f5e74d, #f7b3a6, #9adbd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d72d58, #a3d55d, #f5e74d, #f7b3a6, #9adbd3);
}

Fruity Fusion color palette created on .