Elegant Beer Gift Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Beer Gift palette

Share this palette to:

Elegant Beer Gift color palette PNG image

Download elegant beer gift color palette PNG image (landscape)
Download elegant beer gift color palette PNG image (square)

Elegant Beer Gift color palette CSS

/* CSS */
.color-1 {
color: #f2ba4a;
}
.color-2 {
color: #a96d3d;
}
.color-3 {
color: #5f4d3a;
}
.color-4 {
color: #f7e4b1;
}
.color-5 {
color: #e3a86d;
}

/* CSS Variables */
:root {
--color-1: #f2ba4a;
--color-2: #a96d3d;
--color-3: #5f4d3a;
--color-4: #f7e4b1;
--color-5: #e3a86d;
}

Elegant Beer Gift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2ba4a, #a96d3d, #5f4d3a, #f7e4b1, #e3a86d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2ba4a, #a96d3d, #5f4d3a, #f7e4b1, #e3a86d);
}

Elegant Beer Gift color palette created on .