Peach Starvia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Starvia palette

Share this palette to:

Download Peach Starvia Color Palette (PNG)

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

Peach Starvia color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f9af8b;
}
.color-3 {
color: #f79c64;
}
.color-4 {
color: #f77d5e;
}
.color-5 {
color: #f76050;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f9af8b;
--color-3: #f79c64;
--color-4: #f77d5e;
--color-5: #f76050;
}

Peach Starvia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f9af8b, #f79c64, #f77d5e, #f76050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f9af8b, #f79c64, #f77d5e, #f76050);
}

Peach Starvia color palette created on .