Peachy Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Pink palette

Share this palette to:

Peachy Pink color palette CSS

/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ff99cc;
}
.color-4 {
color: #ff66b3;
}
.color-5 {
color: #ff3385;
}

/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ffb3b3;
--color-3: #ff99cc;
--color-4: #ff66b3;
--color-5: #ff3385;
}

Peachy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ffb3b3, #ff99cc, #ff66b3, #ff3385);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ffb3b3, #ff99cc, #ff66b3, #ff3385);
}

Peachy Pink color palette created on .