Gummy Fortune Delight Color Palette

Discover the beautiful Gummy Fortune Delight color palette featuring malibu (#80c2f5), manhattan (#f8c2a0), illusion (#f7a6c8), manz (#f3e86d) and violet red (#f53d81).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Pink, 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 Gummy Fortune Delight palette

Share this palette to:

💻 Gummy Fortune Delight color palette CSS

/* CSS */
.color-1 {
color: #80c2f5;
}
.color-2 {
color: #f8c2a0;
}
.color-3 {
color: #f7a6c8;
}
.color-4 {
color: #f3e86d;
}
.color-5 {
color: #f53d81;
}

/* CSS Variables */
:root {
--color-1: #80c2f5;
--color-2: #f8c2a0;
--color-3: #f7a6c8;
--color-4: #f3e86d;
--color-5: #f53d81;
}

🌈 Gummy Fortune Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80c2f5, #f8c2a0, #f7a6c8, #f3e86d, #f53d81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80c2f5, #f8c2a0, #f7a6c8, #f3e86d, #f53d81);
}

Gummy Fortune Delight color palette created on .