Discover the beautiful Dreamy Idol Uniforms color palette featuring chantilly (#f5b7f1), apricot peach (#f9c8c3), marzipan (#f8e3a0), morning glory (#a1d6e2) and polo blue (#8aa9c7).

Dreamy Idol Uniforms Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Dreamy Idol Uniforms palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Dreamy Idol Uniforms palette

Share this palette to:

💻 Dreamy Idol Uniforms color palette CSS

/* CSS */
.color-1 {
color: #f5b7f1;
}
.color-2 {
color: #f9c8c3;
}
.color-3 {
color: #f8e3a0;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #8aa9c7;
}

/* CSS Variables */
:root {
--color-1: #f5b7f1;
--color-2: #f9c8c3;
--color-3: #f8e3a0;
--color-4: #a1d6e2;
--color-5: #8aa9c7;
}

🌈 Dreamy Idol Uniforms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7f1, #f9c8c3, #f8e3a0, #a1d6e2, #8aa9c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7f1, #f9c8c3, #f8e3a0, #a1d6e2, #8aa9c7);
}

Dreamy Idol Uniforms color palette created on .