Peachy Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Beige palette

Share this palette to:

Peachy Beige color palette CSS

/* CSS */
.color-1 {
color: #f2d5c0;
}
.color-2 {
color: #e6b498;
}
.color-3 {
color: #d59b72;
}
.color-4 {
color: #c99b83;
}
.color-5 {
color: #e8c0b0;
}

/* CSS Variables */
:root {
--color-1: #f2d5c0;
--color-2: #e6b498;
--color-3: #d59b72;
--color-4: #c99b83;
--color-5: #e8c0b0;
}

Peachy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d5c0, #e6b498, #d59b72, #c99b83, #e8c0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d5c0, #e6b498, #d59b72, #c99b83, #e8c0b0);
}

Peachy Beige color palette created on .