Vintage Rainbow Color Palette

Discover the beautiful Vintage Rainbow color palette featuring illusion (#f9a4b8), salomie (#fcd67e), granny smith apple (#b2e09e), wild blue yonder (#7f7cbb) and french rose (#f25a76).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Yellow, Green, Blue, Purple, Vintage, Rainbow, Soft, Bright 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 Vintage Rainbow palette

Share this palette to:

💻 Vintage Rainbow color palette CSS

/* CSS */
.color-1 {
color: #f9a4b8;
}
.color-2 {
color: #fcd67e;
}
.color-3 {
color: #b2e09e;
}
.color-4 {
color: #7f7cbb;
}
.color-5 {
color: #f25a76;
}

/* CSS Variables */
:root {
--color-1: #f9a4b8;
--color-2: #fcd67e;
--color-3: #b2e09e;
--color-4: #7f7cbb;
--color-5: #f25a76;
}

🌈 Vintage Rainbow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b8, #fcd67e, #b2e09e, #7f7cbb, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b8, #fcd67e, #b2e09e, #7f7cbb, #f25a76);
}

Vintage Rainbow color palette created on .