Cottagecore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cottagecore palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cottagecore Color Palette (PNG)
Cottagecore color palette CSS
/* CSS */
.color-1 {
color: #d6c8b8;
}
.color-2 {
color: #a8bfa1;
}
.color-3 {
color: #f0e3b2;
}
.color-4 {
color: #d4b6a1;
}
.color-5 {
color: #efa49f;
}
/* CSS Variables */
:root {
--color-1: #d6c8b8;
--color-2: #a8bfa1;
--color-3: #f0e3b2;
--color-4: #d4b6a1;
--color-5: #efa49f;
}
Cottagecore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c8b8, #a8bfa1, #f0e3b2, #d4b6a1, #efa49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c8b8, #a8bfa1, #f0e3b2, #d4b6a1, #efa49f);
}
Similar color palettes
Scroll down to explore 1000+ colors.cottagecore color palettes
Cottagecore color palette created on .