Rustic Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Reverie palette
Rustic Reverie color palette PNG image
Rustic Reverie color palette CSS
/* CSS */
.color-1 {
color: #5a3e2b;
}
.color-2 {
color: #b68f6d;
}
.color-3 {
color: #d9c1a1;
}
.color-4 {
color: #f2b55f;
}
.color-5 {
color: #784a5a;
}
/* CSS Variables */
:root {
--color-1: #5a3e2b;
--color-2: #b68f6d;
--color-3: #d9c1a1;
--color-4: #f2b55f;
--color-5: #784a5a;
}
Rustic Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e2b, #b68f6d, #d9c1a1, #f2b55f, #784a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e2b, #b68f6d, #d9c1a1, #f2b55f, #784a5a);
}
Similar color palettes
Rustic Reverie color palette created on .