QualityHive Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with QualityHive palette
QualityHive color palette PNG image
QualityHive color palette CSS
/* CSS */
.color-1 {
color: #fbe9d5;
}
.color-2 {
color: #fadcc7;
}
.color-3 {
color: #f8cdb9;
}
.color-4 {
color: #f1b8a2;
}
.color-5 {
color: #ebaf94;
}
/* CSS Variables */
:root {
--color-1: #fbe9d5;
--color-2: #fadcc7;
--color-3: #f8cdb9;
--color-4: #f1b8a2;
--color-5: #ebaf94;
}
QualityHive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe9d5, #fadcc7, #f8cdb9, #f1b8a2, #ebaf94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe9d5, #fadcc7, #f8cdb9, #f1b8a2, #ebaf94);
}
Similar color palettes
QualityHive color palette created on .