Soft Pink Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pink Blue palette

Share this palette to:

Soft Pink Blue color palette CSS

/* CSS */
.color-1 {
color: #f6a2a8;
}
.color-2 {
color: #f2b2a1;
}
.color-3 {
color: #f2d6a1;
}
.color-4 {
color: #a1d4f2;
}
.color-5 {
color: #a1e1f2;
}

/* CSS Variables */
:root {
--color-1: #f6a2a8;
--color-2: #f2b2a1;
--color-3: #f2d6a1;
--color-4: #a1d4f2;
--color-5: #a1e1f2;
}

Soft Pink Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a8, #f2b2a1, #f2d6a1, #a1d4f2, #a1e1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a8, #f2b2a1, #f2d6a1, #a1d4f2, #a1e1f2);
}

Soft Pink Blue color palette created on .