Auryn Inspired Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Auryn Inspired palette

Share this palette to:

Auryn Inspired color palette PNG image

Download auryn inspired color palette PNG image (landscape)
Download auryn inspired color palette PNG image (square)

Auryn Inspired color palette CSS

/* CSS */
.color-1 {
color: #dab158;
}
.color-2 {
color: #e3bf8c;
}
.color-3 {
color: #d1a252;
}
.color-4 {
color: #c39a41;
}
.color-5 {
color: #b17535;
}

/* CSS Variables */
:root {
--color-1: #dab158;
--color-2: #e3bf8c;
--color-3: #d1a252;
--color-4: #c39a41;
--color-5: #b17535;
}

Auryn Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab158, #e3bf8c, #d1a252, #c39a41, #b17535);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab158, #e3bf8c, #d1a252, #c39a41, #b17535);
}

Auryn Inspired color palette created on .