Paleta de colores Red Lingonberry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Lingonberry palette

Compartir esta paleta en:

CSS de la paleta de colores Red Lingonberry

/* CSS */
.color-1 {
color: #ba4e3b;
}
.color-2 {
color: #d66b6e;
}
.color-3 {
color: #f1a7b1;
}
.color-4 {
color: #fdcee0;
}
.color-5 {
color: #e5d8d1;
}

/* CSS Variables */
:root {
--color-1: #ba4e3b;
--color-2: #d66b6e;
--color-3: #f1a7b1;
--color-4: #fdcee0;
--color-5: #e5d8d1;
}

CSS del degradado de fondo Red Lingonberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba4e3b, #d66b6e, #f1a7b1, #fdcee0, #e5d8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba4e3b, #d66b6e, #f1a7b1, #fdcee0, #e5d8d1);
}

Red Lingonberry color palette created on .