Shades of Falu Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Falu Red palette
Shades of Falu Red color palette CSS
/* CSS */
.color-1 {
color: #811818;
}
.color-2 {
color: #9f3232;
}
.color-3 {
color: #c05454;
}
.color-4 {
color: #e07676;
}
.color-5 {
color: #f2a6a6;
}
/* CSS Variables */
:root {
--color-1: #811818;
--color-2: #9f3232;
--color-3: #c05454;
--color-4: #e07676;
--color-5: #f2a6a6;
}
Shades of Falu Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #811818, #9f3232, #c05454, #e07676, #f2a6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #811818, #9f3232, #c05454, #e07676, #f2a6a6);
}
Similar color palettes
Shades of Falu Red color palette created on .