Rustic Cottagecore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Cottagecore palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rustic Cottagecore Color Palette (PNG)
Rustic Cottagecore color palette CSS
/* CSS */
.color-1 {
color: #b29e6c;
}
.color-2 {
color: #d6c98a;
}
.color-3 {
color: #e3d5ba;
}
.color-4 {
color: #e8b4a1;
}
.color-5 {
color: #c77a7a;
}
/* CSS Variables */
:root {
--color-1: #b29e6c;
--color-2: #d6c98a;
--color-3: #e3d5ba;
--color-4: #e8b4a1;
--color-5: #c77a7a;
}
Rustic Cottagecore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b29e6c, #d6c98a, #e3d5ba, #e8b4a1, #c77a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b29e6c, #d6c98a, #e3d5ba, #e8b4a1, #c77a7a);
}
Similar color palettes
Rustic Cottagecore color palette created on .