Harmonic Goldens Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Harmonic Goldens palette

Condividi questa palette a:

tavolozza dei colori Harmonic Goldens CSS

/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d68b00;
}
.color-4 {
color: #b75f01;
}
.color-5 {
color: #7e3e02;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #f0a800;
--color-3: #d68b00;
--color-4: #b75f01;
--color-5: #7e3e02;
}

CSS con gradiente di sfondo Harmonic Goldens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #f0a800, #d68b00, #b75f01, #7e3e02);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #f0a800, #d68b00, #b75f01, #7e3e02);
}

Harmonic Goldens color palette created on .