Golden Amber Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Amber palette

Condividi questa palette a:

tavolozza dei colori Golden Amber CSS

/* CSS */
.color-1 {
color: #fee0ae;
}
.color-2 {
color: #ffe3bd;
}
.color-3 {
color: #ffe9c7;
}
.color-4 {
color: #fff1cc;
}
.color-5 {
color: #fff4e0;
}

/* CSS Variables */
:root {
--color-1: #fee0ae;
--color-2: #ffe3bd;
--color-3: #ffe9c7;
--color-4: #fff1cc;
--color-5: #fff4e0;
}

CSS con gradiente di sfondo Golden Amber

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee0ae, #ffe3bd, #ffe9c7, #fff1cc, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee0ae, #ffe3bd, #ffe9c7, #fff1cc, #fff4e0);
}

Golden Amber color palette created on .