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: #922d1c;
}
.color-2 {
color: #ad3438;
}
.color-3 {
color: #c35564;
}
.color-4 {
color: #ca6d91;
}
.color-5 {
color: #315903;
}

/* CSS Variables */
:root {
--color-1: #922d1c;
--color-2: #ad3438;
--color-3: #c35564;
--color-4: #ca6d91;
--color-5: #315903;
}

CSS del degradado de fondo Red Lingonberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #922d1c, #ad3438, #c35564, #ca6d91, #315903);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #922d1c, #ad3438, #c35564, #ca6d91, #315903);
}

Red Lingonberry color palette created on .