Rustic Charm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Charm palette
Rustic Charm color palette PNG image
Rustic Charm color palette CSS
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #c7a64d;
}
.color-3 {
color: #eae1c8;
}
.color-4 {
color: #f1b1b8;
}
.color-5 {
color: #b07d9d;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #c7a64d;
--color-3: #eae1c8;
--color-4: #f1b1b8;
--color-5: #b07d9d;
}
Rustic Charm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #c7a64d, #eae1c8, #f1b1b8, #b07d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #c7a64d, #eae1c8, #f1b1b8, #b07d9d);
}
Similar color palettes
Rustic Charm color palette created on .