Warm Amber Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Amber palette

Condividi questa palette a:

tavolozza dei colori Warm Amber CSS

/* CSS */
.color-1 {
color: #d9a045;
}
.color-2 {
color: #f1bf6f;
}
.color-3 {
color: #f9e1a4;
}
.color-4 {
color: #f2b75a;
}
.color-5 {
color: #d68a2e;
}

/* CSS Variables */
:root {
--color-1: #d9a045;
--color-2: #f1bf6f;
--color-3: #f9e1a4;
--color-4: #f2b75a;
--color-5: #d68a2e;
}

CSS con gradiente di sfondo Warm Amber

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a045, #f1bf6f, #f9e1a4, #f2b75a, #d68a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a045, #f1bf6f, #f9e1a4, #f2b75a, #d68a2e);
}

Warm Amber color palette created on .