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: #a9d6bb;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f9c9a9;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #f2e4d4;
--color-3: #f9c9a9;
--color-4: #f4a462;
--color-5: #e76e50;
}

Peach Cottage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #f2e4d4, #f9c9a9, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #f2e4d4, #f9c9a9, #f4a462, #e76e50);
}

Peach Cottage color palette created on .