Imperious Radiance Color Palette

Discover the beautiful Imperious Radiance color palette featuring wheat (#f7d5b6), sea pink (#f0a7a3), froly (#f07a8a), hopbush (#d760a0) and plum (#9a3c8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Pink, Purple 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 Imperious Radiance palette

Share this palette to:

💻 Imperious Radiance color palette CSS

/* CSS */
.color-1 {
color: #f7d5b6;
}
.color-2 {
color: #f0a7a3;
}
.color-3 {
color: #f07a8a;
}
.color-4 {
color: #d760a0;
}
.color-5 {
color: #9a3c8e;
}

/* CSS Variables */
:root {
--color-1: #f7d5b6;
--color-2: #f0a7a3;
--color-3: #f07a8a;
--color-4: #d760a0;
--color-5: #9a3c8e;
}

🌈 Imperious Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d5b6, #f0a7a3, #f07a8a, #d760a0, #9a3c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d5b6, #f0a7a3, #f07a8a, #d760a0, #9a3c8e);
}

Imperious Radiance color palette created on .