Paleta de colores Lynx Feather

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lynx Feather palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Lynx Feather

Download lynx feather color palette PNG image (landscape)
Download lynx feather color palette PNG image (square)

CSS de la paleta de colores Lynx Feather

/* CSS */
.color-1 {
color: #e8d6ba;
}
.color-2 {
color: #eac88b;
}
.color-3 {
color: #ea9e7b;
}
.color-4 {
color: #cf81a6;
}
.color-5 {
color: #b3759d;
}

/* CSS Variables */
:root {
--color-1: #e8d6ba;
--color-2: #eac88b;
--color-3: #ea9e7b;
--color-4: #cf81a6;
--color-5: #b3759d;
}

CSS del degradado de fondo Lynx Feather

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d6ba, #eac88b, #ea9e7b, #cf81a6, #b3759d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d6ba, #eac88b, #ea9e7b, #cf81a6, #b3759d);
}

Lynx Feather color palette created on .