Diamond and Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Diamond and Gold palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Diamond and Gold

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

tavolozza dei colori Diamond and Gold 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;
}

CSS con gradiente di sfondo Diamond and Gold

/* 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 .