Warm Cozy Cottage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Cozy Cottage palette
Warm Cozy Cottage color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.cozy color palettes
Warm Cozy Cottage color palette created on .