Grapes & Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Grapes & Gold palette

Share this palette to:

Grapes & Gold color palette CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a45dbb;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #daa44e;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a45dbb;
--color-3: #eab8e4;
--color-4: #f6d55a;
--color-5: #daa44e;
}

Grapes & Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a45dbb, #eab8e4, #f6d55a, #daa44e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a45dbb, #eab8e4, #f6d55a, #daa44e);
}

Grapes & Gold color palette created on .