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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
QualityHive color palette created on .