Blush Horizon Color Palette

Discover the beautiful Blush Horizon color palette featuring pastel pink (#ffccdb), pink (#ffbaca), cornflower lilac (#ffaaaa), mona lisa (#ff9d9e) and pink salmon (#ff8890).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Feminine, Light, Peach, Pink, Soft, Summer, Vibrant, Warm 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 Blush Horizon palette

Share this palette to:

💻 Blush Horizon color palette CSS

/* CSS */
.color-1 {
color: #ffccdb;
}
.color-2 {
color: #ffbaca;
}
.color-3 {
color: #ffaaaa;
}
.color-4 {
color: #ff9d9e;
}
.color-5 {
color: #ff8890;
}

/* CSS Variables */
:root {
--color-1: #ffccdb;
--color-2: #ffbaca;
--color-3: #ffaaaa;
--color-4: #ff9d9e;
--color-5: #ff8890;
}

🌈 Blush Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffccdb, #ffbaca, #ffaaaa, #ff9d9e, #ff8890);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffccdb, #ffbaca, #ffaaaa, #ff9d9e, #ff8890);
}

Blush Horizon color palette created on .