Warm Cozy Cottage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Cozy Cottage palette

Share this palette to:

Warm Cozy Cottage color palette PNG image

Download warm cozy cottage color palette PNG image (landscape)
Download warm cozy cottage color palette PNG image (square)

Warm Cozy Cottage color palette CSS

/* CSS */
.color-1 {
color: #c8893c;
}
.color-2 {
color: #e6b15c;
}
.color-3 {
color: #d8c6a6;
}
.color-4 {
color: #b75c4e;
}
.color-5 {
color: #7a3c2a;
}

/* CSS Variables */
:root {
--color-1: #c8893c;
--color-2: #e6b15c;
--color-3: #d8c6a6;
--color-4: #b75c4e;
--color-5: #7a3c2a;
}

Warm Cozy Cottage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8893c, #e6b15c, #d8c6a6, #b75c4e, #7a3c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8893c, #e6b15c, #d8c6a6, #b75c4e, #7a3c2a);
}

Warm Cozy Cottage color palette created on .