Peach Carnation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Carnation palette

Share this palette to:

Download Peach Carnation Color Palette (PNG)

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

Peach Carnation color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ffbda3;
}
.color-4 {
color: #f6d7a2;
}
.color-5 {
color: #f2e1d4;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f80;
--color-3: #ffbda3;
--color-4: #f6d7a2;
--color-5: #f2e1d4;
}

Peach Carnation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f80, #ffbda3, #f6d7a2, #f2e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f80, #ffbda3, #f6d7a2, #f2e1d4);
}

Peach Carnation color palette created on .