Blushing Treasures Color Palette

Discover the beautiful Blushing Treasures color palette featuring apricot peach (#f9bfb4), wewak (#f2a1b5), deep blush (#e8699a), cranberry (#d44991) and wisteria (#a460af).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFlower, Pink, Bright, Aesthetic, 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 Blushing Treasures palette

Share this palette to:

๐Ÿ’ป Blushing Treasures color palette CSS

/* CSS */
.color-1 {
color: #f9bfb4;
}
.color-2 {
color: #f2a1b5;
}
.color-3 {
color: #e8699a;
}
.color-4 {
color: #d44991;
}
.color-5 {
color: #a460af;
}

/* CSS Variables */
:root {
--color-1: #f9bfb4;
--color-2: #f2a1b5;
--color-3: #e8699a;
--color-4: #d44991;
--color-5: #a460af;
}

๐ŸŒˆ Blushing Treasures background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9bfb4, #f2a1b5, #e8699a, #d44991, #a460af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9bfb4, #f2a1b5, #e8699a, #d44991, #a460af);
}

Blushing Treasures color palette created on .