Blushing Radiance Color Palette

Discover the beautiful Blushing Radiance color palette featuring carnation (#ff4d5e), wild watermelon (#ff6b75), pink salmon (#ff8a93), pink (#ffb8c6) and pale rose (#ffe0ed).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Pink, 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 Blushing Radiance palette

Share this palette to:

💻 Blushing Radiance color palette CSS

/* CSS */
.color-1 {
color: #ff4d5e;
}
.color-2 {
color: #ff6b75;
}
.color-3 {
color: #ff8a93;
}
.color-4 {
color: #ffb8c6;
}
.color-5 {
color: #ffe0ed;
}

/* CSS Variables */
:root {
--color-1: #ff4d5e;
--color-2: #ff6b75;
--color-3: #ff8a93;
--color-4: #ffb8c6;
--color-5: #ffe0ed;
}

🌈 Blushing Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d5e, #ff6b75, #ff8a93, #ffb8c6, #ffe0ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d5e, #ff6b75, #ff8a93, #ffb8c6, #ffe0ed);
}

Blushing Radiance color palette created on .