Loading...

Pastel Pink Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Pink Blue palette

Share this palette to:

Download Pastel Pink Blue Color Palette (PNG)

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

Pastel Pink Blue color palette CSS

/* CSS */
.color-1 {
color: #fdd8e0;
}
.color-2 {
color: #fef0dc;
}
.color-3 {
color: #d1f6fa;
}
.color-4 {
color: #daecfb;
}
.color-5 {
color: #f7e3fc;
}

/* CSS Variables */
:root {
--color-1: #fdd8e0;
--color-2: #fef0dc;
--color-3: #d1f6fa;
--color-4: #daecfb;
--color-5: #f7e3fc;
}

Pastel Pink Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd8e0, #fef0dc, #d1f6fa, #daecfb, #f7e3fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd8e0, #fef0dc, #d1f6fa, #daecfb, #f7e3fc);
}

Pastel Pink Blue color palette created on .