Peachy Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Forest palette

Share this palette to:

Peachy Forest color palette PNG image

Download peachy forest color palette PNG image (landscape)
Download peachy forest color palette PNG image (square)

Peachy Forest color palette CSS

/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ffac75;
}
.color-3 {
color: #6d2c3e;
}
.color-4 {
color: #3a694a;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ffac75;
--color-3: #6d2c3e;
--color-4: #3a694a;
--color-5: #ff6e61;
}

Peachy Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ffac75, #6d2c3e, #3a694a, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ffac75, #6d2c3e, #3a694a, #ff6e61);
}

Peachy Forest color palette created on .