QualityHive Color Palette

Discover the beautiful QualityHive color palette featuring champagne (#fbe9d4), dairy cream (#fadcc7), apricot peach (#f8ccb8), mandys pink (#f1b9a2) and tonys pink (#ebb095).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Coral, Cream, Light, Neutral, Peach, Soft, Sunset, 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 QualityHive palette

Share this palette to:

๐Ÿ’ป QualityHive color palette CSS

/* CSS */
.color-1 {
color: #fbe9d4;
}
.color-2 {
color: #fadcc7;
}
.color-3 {
color: #f8ccb8;
}
.color-4 {
color: #f1b9a2;
}
.color-5 {
color: #ebb095;
}

/* CSS Variables */
:root {
--color-1: #fbe9d4;
--color-2: #fadcc7;
--color-3: #f8ccb8;
--color-4: #f1b9a2;
--color-5: #ebb095;
}

๐ŸŒˆ QualityHive background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe9d4, #fadcc7, #f8ccb8, #f1b9a2, #ebb095);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe9d4, #fadcc7, #f8ccb8, #f1b9a2, #ebb095);
}

QualityHive color palette created on .