Cottagecore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cottagecore palette

Share this palette to:

Download Cottagecore Color Palette (PNG)

Download cottagecore color palette PNG image (landscape)
Download cottagecore color palette PNG image (square)

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);
}

Cottagecore color palette created on .