Golden Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Yellow palette

Condividi questa palette a:

tavolozza dei colori Golden Yellow CSS

/* CSS */
.color-1 {
color: #f2e96e;
}
.color-2 {
color: #e8c35e;
}
.color-3 {
color: #d3a84a;
}
.color-4 {
color: #b68b3a;
}
.color-5 {
color: #a37229;
}

/* CSS Variables */
:root {
--color-1: #f2e96e;
--color-2: #e8c35e;
--color-3: #d3a84a;
--color-4: #b68b3a;
--color-5: #a37229;
}

CSS con gradiente di sfondo Golden Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e96e, #e8c35e, #d3a84a, #b68b3a, #a37229);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e96e, #e8c35e, #d3a84a, #b68b3a, #a37229);
}

Golden Yellow color palette created on .