Diamond and Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Diamond and Gold palette

Share this palette to:

Diamond and Gold color palette PNG image

Download diamond and gold color palette PNG image (landscape)
Download diamond and gold color palette PNG image (square)

Diamond and Gold color palette CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #e4e3e2;
}
.color-3 {
color: #bfbfbf;
}
.color-4 {
color: #a6a7d9;
}
.color-5 {
color: #f6e4b6;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #e4e3e2;
--color-3: #bfbfbf;
--color-4: #a6a7d9;
--color-5: #f6e4b6;
}

Diamond and Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #e4e3e2, #bfbfbf, #a6a7d9, #f6e4b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #e4e3e2, #bfbfbf, #a6a7d9, #f6e4b6);
}

Diamond and Gold color palette created on .