Literary Amber Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Literary Amber palette

Share this palette to:

Literary Amber color palette CSS

/* CSS */
.color-1 {
color: #e3b24f;
}
.color-2 {
color: #c7993d;
}
.color-3 {
color: #b57c2c;
}
.color-4 {
color: #7e5b1b;
}
.color-5 {
color: #513d10;
}

/* CSS Variables */
:root {
--color-1: #e3b24f;
--color-2: #c7993d;
--color-3: #b57c2c;
--color-4: #7e5b1b;
--color-5: #513d10;
}

Literary Amber background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b24f, #c7993d, #b57c2c, #7e5b1b, #513d10);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b24f, #c7993d, #b57c2c, #7e5b1b, #513d10);
}

Literary Amber color palette created on .