Alicia's Blossom Color Palette

Discover the beautiful Alicia's Blossom color palette featuring apricot peach (#f7c1b1), rose bud (#f8a3a0), froly (#f1747c), cranberry (#d65c89) and tapestry (#a95b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Flower, Feminine, 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 Alicia's Blossom palette

Share this palette to:

💻 Alicia's Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7c1b1;
}
.color-2 {
color: #f8a3a0;
}
.color-3 {
color: #f1747c;
}
.color-4 {
color: #d65c89;
}
.color-5 {
color: #a95b9b;
}

/* CSS Variables */
:root {
--color-1: #f7c1b1;
--color-2: #f8a3a0;
--color-3: #f1747c;
--color-4: #d65c89;
--color-5: #a95b9b;
}

🌈 Alicia's Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c1b1, #f8a3a0, #f1747c, #d65c89, #a95b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c1b1, #f8a3a0, #f1747c, #d65c89, #a95b9b);
}

Alicia's Blossom color palette created on .