Iris Dreamscape Color Palette

Discover the beautiful Iris Dreamscape color palette featuring cornflower blue (#577afa), cornflower blue (#678dfd), malibu (#8097fb), heliotrope (#af74fb) and perfume (#d6bcfb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cream, Lavender, Modern, Pastel, Soft, Summer, Vibrant 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 Iris Dreamscape palette

Share this palette to:

💻 Iris Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #577afa;
}
.color-2 {
color: #678dfd;
}
.color-3 {
color: #8097fb;
}
.color-4 {
color: #af74fb;
}
.color-5 {
color: #d6bcfb;
}

/* CSS Variables */
:root {
--color-1: #577afa;
--color-2: #678dfd;
--color-3: #8097fb;
--color-4: #af74fb;
--color-5: #d6bcfb;
}

🌈 Iris Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #577afa, #678dfd, #8097fb, #af74fb, #d6bcfb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #577afa, #678dfd, #8097fb, #af74fb, #d6bcfb);
}

Iris Dreamscape color palette created on .