Winter Psychedelic Iridescent Color Palette

Discover the beautiful Winter Psychedelic Iridescent color palette featuring morning glory (#a1d9e2), snuff (#d9cae2), illusion (#f1a7c8), sundown (#ffb3ba) and pink salmon (#ff8a92).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Iridescent, Pink, Psychedelic, Vibrant, Winter 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 Winter Psychedelic Iridescent palette

Share this palette to:

💻 Winter Psychedelic Iridescent color palette CSS

/* CSS */
.color-1 {
color: #a1d9e2;
}
.color-2 {
color: #d9cae2;
}
.color-3 {
color: #f1a7c8;
}
.color-4 {
color: #ffb3ba;
}
.color-5 {
color: #ff8a92;
}

/* CSS Variables */
:root {
--color-1: #a1d9e2;
--color-2: #d9cae2;
--color-3: #f1a7c8;
--color-4: #ffb3ba;
--color-5: #ff8a92;
}

🌈 Winter Psychedelic Iridescent background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9e2, #d9cae2, #f1a7c8, #ffb3ba, #ff8a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9e2, #d9cae2, #f1a7c8, #ffb3ba, #ff8a92);
}

Winter Psychedelic Iridescent color palette created on .