Albino Glow Color Palette

Discover the beautiful Albino Glow color palette featuring albescent white (#f7e7d4), mandys pink (#f4c1ae), wewak (#f1a7a2), deep blush (#e57b90) and cranberry (#d75b99).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Feminine, Light, Pink, Soft, Summer, White 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 Albino Glow palette

Share this palette to:

💻 Albino Glow color palette CSS

/* CSS */
.color-1 {
color: #f7e7d4;
}
.color-2 {
color: #f4c1ae;
}
.color-3 {
color: #f1a7a2;
}
.color-4 {
color: #e57b90;
}
.color-5 {
color: #d75b99;
}

/* CSS Variables */
:root {
--color-1: #f7e7d4;
--color-2: #f4c1ae;
--color-3: #f1a7a2;
--color-4: #e57b90;
--color-5: #d75b99;
}

🌈 Albino Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7d4, #f4c1ae, #f1a7a2, #e57b90, #d75b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7d4, #f4c1ae, #f1a7a2, #e57b90, #d75b99);
}

Albino Glow color palette created on .