Gourmet Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gourmet Elegance palette

Share this palette to:

Download Gourmet Elegance Color Palette (PNG)

Download gourmet elegance color palette PNG image (landscape)
Download gourmet elegance color palette PNG image (square)

Gourmet Elegance color palette CSS

/* CSS */
.color-1 {
color: #d4ae7d;
}
.color-2 {
color: #e1bf6b;
}
.color-3 {
color: #f4e2b3;
}
.color-4 {
color: #beaee0;
}
.color-5 {
color: #7c6b9e;
}

/* CSS Variables */
:root {
--color-1: #d4ae7d;
--color-2: #e1bf6b;
--color-3: #f4e2b3;
--color-4: #beaee0;
--color-5: #7c6b9e;
}

Gourmet Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4ae7d, #e1bf6b, #f4e2b3, #beaee0, #7c6b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4ae7d, #e1bf6b, #f4e2b3, #beaee0, #7c6b9e);
}

Gourmet Elegance color palette created on .