Peach April Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach April palette

Share this palette to:

Download Peach April Color Palette (PNG)

Download peach april color palette PNG image (landscape)
Download peach april color palette PNG image (square)

Peach April color palette CSS

/* CSS */
.color-1 {
color: #ffc0a3;
}
.color-2 {
color: #ffbaa3;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ff8080;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffc0a3;
--color-2: #ffbaa3;
--color-3: #ff998a;
--color-4: #ff8080;
--color-5: #ff6e61;
}

Peach April background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc0a3, #ffbaa3, #ff998a, #ff8080, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc0a3, #ffbaa3, #ff998a, #ff8080, #ff6e61);
}

Peach April color palette created on .