Amber Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amber Shades palette

Share this palette to:

Amber Shades color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #fceab0;
}
.color-3 {
color: #d8a65a;
}
.color-4 {
color: #a65e3a;
}
.color-5 {
color: #d64538;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fceab0;
--color-3: #d8a65a;
--color-4: #a65e3a;
--color-5: #d64538;
}

Amber Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fceab0, #d8a65a, #a65e3a, #d64538);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fceab0, #d8a65a, #a65e3a, #d64538);
}

Amber Shades color palette created on .