Amber Elixir Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amber Elixir palette

Share this palette to:

Amber Elixir color palette CSS

/* CSS */
.color-1 {
color: #d69b71;
}
.color-2 {
color: #b86b4c;
}
.color-3 {
color: #984b2a;
}
.color-4 {
color: #ccb07f;
}
.color-5 {
color: #e8caab;
}

/* CSS Variables */
:root {
--color-1: #d69b71;
--color-2: #b86b4c;
--color-3: #984b2a;
--color-4: #ccb07f;
--color-5: #e8caab;
}

Amber Elixir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69b71, #b86b4c, #984b2a, #ccb07f, #e8caab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69b71, #b86b4c, #984b2a, #ccb07f, #e8caab);
}

Amber Elixir color palette created on .