Pirinean Lynx Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pirinean Lynx palette
Pirinean Lynx color palette PNG image
Pirinean Lynx color palette CSS
/* CSS */
.color-1 {
color: #d8c0a2;
}
.color-2 {
color: #c6a77b;
}
.color-3 {
color: #a77d6c;
}
.color-4 {
color: #5b4d3e;
}
.color-5 {
color: #3f2c2f;
}
/* CSS Variables */
:root {
--color-1: #d8c0a2;
--color-2: #c6a77b;
--color-3: #a77d6c;
--color-4: #5b4d3e;
--color-5: #3f2c2f;
}
Pirinean Lynx background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c0a2, #c6a77b, #a77d6c, #5b4d3e, #3f2c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c0a2, #c6a77b, #a77d6c, #5b4d3e, #3f2c2f);
}
Similar color palettes
Pirinean Lynx color palette created on .