Adeline Color Palette

Discover the beautiful Adeline color palette featuring azalea (#f2b1d3), light orchid (#eab8d6), cotton candy (#ffc2e3), carnation pink (#ff99b9) and tickle me pink (#ff7092).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Modern, Pink, Soft, Spring, 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 Adeline palette

Share this palette to:

💻 Adeline color palette CSS

/* CSS */
.color-1 {
color: #f2b1d3;
}
.color-2 {
color: #eab8d6;
}
.color-3 {
color: #ffc2e3;
}
.color-4 {
color: #ff99b9;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #f2b1d3;
--color-2: #eab8d6;
--color-3: #ffc2e3;
--color-4: #ff99b9;
--color-5: #ff7092;
}

🌈 Adeline background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1d3, #eab8d6, #ffc2e3, #ff99b9, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1d3, #eab8d6, #ffc2e3, #ff99b9, #ff7092);
}

Adeline color palette created on .