Quail Bracken Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Quail Bracken palette
Color Inspiration
Images that showcase this color palette in real designs
Download Quail Bracken Color Palette (PNG)
Quail Bracken color palette CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #d5c1a5;
}
.color-3 {
color: #e7d2b6;
}
.color-4 {
color: #f2e6c5;
}
.color-5 {
color: #f8f1dd;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #d5c1a5;
--color-3: #e7d2b6;
--color-4: #f2e6c5;
--color-5: #f8f1dd;
}
Quail Bracken background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #d5c1a5, #e7d2b6, #f2e6c5, #f8f1dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #d5c1a5, #e7d2b6, #f2e6c5, #f8f1dd);
}
Similar color palettes
Quail Bracken color palette created on .