Falu Red Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Falu Red Shades palette

Share this palette to:

Falu Red Shades color palette CSS

/* CSS */
.color-1 {
color: #811818;
}
.color-2 {
color: #b12b2b;
}
.color-3 {
color: #d25151;
}
.color-4 {
color: #ef7b7b;
}
.color-5 {
color: #f9a9a9;
}

/* CSS Variables */
:root {
--color-1: #811818;
--color-2: #b12b2b;
--color-3: #d25151;
--color-4: #ef7b7b;
--color-5: #f9a9a9;
}

Falu Red Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #811818, #b12b2b, #d25151, #ef7b7b, #f9a9a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #811818, #b12b2b, #d25151, #ef7b7b, #f9a9a9);
}

Falu Red Shades color palette created on .