Peach Cottage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Cottage palette

Share this palette to:

Peach Cottage color palette CSS

/* CSS */
.color-1 {
color: #f7c8a6;
}
.color-2 {
color: #f8e7bf;
}
.color-3 {
color: #fef1d2;
}
.color-4 {
color: #e3b68c;
}
.color-5 {
color: #d89e6f;
}

/* CSS Variables */
:root {
--color-1: #f7c8a6;
--color-2: #f8e7bf;
--color-3: #fef1d2;
--color-4: #e3b68c;
--color-5: #d89e6f;
}

Peach Cottage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a6, #f8e7bf, #fef1d2, #e3b68c, #d89e6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a6, #f8e7bf, #fef1d2, #e3b68c, #d89e6f);
}

Peach Cottage color palette created on .