Red Lingonberry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Lingonberry palette
Red Lingonberry color palette CSS
/* 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;
}
Red Lingonberry background gradient CSS
/* 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);
}
Similar color palettes
Red Lingonberry color palette created on .