Loading...

Pastel Pink Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Pink Delight palette

Share this palette to:

Download Pastel Pink Delight Color Palette (PNG)

Download pastel pink delight color palette PNG image (landscape)
Download pastel pink delight color palette PNG image (square)

Pastel Pink Delight color palette CSS

/* CSS */
.color-1 {
color: #ffd6e0;
}
.color-2 {
color: #ffbdd7;
}
.color-3 {
color: #ffa3c5;
}
.color-4 {
color: #ff8faf;
}
.color-5 {
color: #ff6b97;
}

/* CSS Variables */
:root {
--color-1: #ffd6e0;
--color-2: #ffbdd7;
--color-3: #ffa3c5;
--color-4: #ff8faf;
--color-5: #ff6b97;
}

Pastel Pink Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6e0, #ffbdd7, #ffa3c5, #ff8faf, #ff6b97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6e0, #ffbdd7, #ffa3c5, #ff8faf, #ff6b97);
}

Pastel Pink Delight color palette created on .