Self Reflection Color Palette

Discover the beautiful Self Reflection color palette featuring azalea (#f2b5d4), illusion (#f7a6c4), dairy cream (#f8d0b9), wheat (#f6e7b6) and chrome white (#e2f0d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Light, Peach, Pink, Soft, Spring 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 Self Reflection palette

Share this palette to:

💻 Self Reflection color palette CSS

/* CSS */
.color-1 {
color: #f2b5d4;
}
.color-2 {
color: #f7a6c4;
}
.color-3 {
color: #f8d0b9;
}
.color-4 {
color: #f6e7b6;
}
.color-5 {
color: #e2f0d6;
}

/* CSS Variables */
:root {
--color-1: #f2b5d4;
--color-2: #f7a6c4;
--color-3: #f8d0b9;
--color-4: #f6e7b6;
--color-5: #e2f0d6;
}

🌈 Self Reflection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b5d4, #f7a6c4, #f8d0b9, #f6e7b6, #e2f0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b5d4, #f7a6c4, #f8d0b9, #f6e7b6, #e2f0d6);
}

Self Reflection color palette created on .