Rustic Reverie Color Palette
Discover the beautiful Rustic Reverie color palette featuring cape palliser (#ae7447), patina (#559188), wine berry (#5c2434), oxford blue (#313b4e) and cameo (#d9b9a1).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Rustic Reverie palette
Image Gallery

๐ป Rustic Reverie color palette CSS
/* CSS */
.color-1 {
color: #ae7447;
}
.color-2 {
color: #559188;
}
.color-3 {
color: #5c2434;
}
.color-4 {
color: #313b4e;
}
.color-5 {
color: #d9b9a1;
}
/* CSS Variables */
:root {
--color-1: #ae7447;
--color-2: #559188;
--color-3: #5c2434;
--color-4: #313b4e;
--color-5: #d9b9a1;
} ๐ Rustic Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ae7447, #559188, #5c2434, #313b4e, #d9b9a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ae7447, #559188, #5c2434, #313b4e, #d9b9a1);
} ๐ Explore similar color palettes
Rustic Reverie color palette created on .