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: #f9e74e;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e2a34b;
}
.color-4 {
color: #d68a2e;
}
.color-5 {
color: #b6692b;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f1c84b;
--color-3: #e2a34b;
--color-4: #d68a2e;
--color-5: #b6692b;
}

CSS con gradiente di sfondo Golden Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f1c84b, #e2a34b, #d68a2e, #b6692b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f1c84b, #e2a34b, #d68a2e, #b6692b);
}

Golden Yellow color palette created on .