Lynx's Lair Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lynx's Lair palette

Share this palette to:

Lynx's Lair color palette CSS

/* CSS */
.color-1 {
color: #d6b600;
}
.color-2 {
color: #b8a200;
}
.color-3 {
color: #8f8f00;
}
.color-4 {
color: #5f6b00;
}
.color-5 {
color: #2f4d00;
}

/* CSS Variables */
:root {
--color-1: #d6b600;
--color-2: #b8a200;
--color-3: #8f8f00;
--color-4: #5f6b00;
--color-5: #2f4d00;
}

Lynx's Lair background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b600, #b8a200, #8f8f00, #5f6b00, #2f4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b600, #b8a200, #8f8f00, #5f6b00, #2f4d00);
}

Lynx's Lair color palette created on .