Shades of Pink and Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Pink and Blue palette

Share this palette to:

Shades of Pink and Blue color palette CSS

/* CSS */
.color-1 {
color: #f0bcef;
}
.color-2 {
color: #f2c6ab;
}
.color-3 {
color: #f4e3e2;
}
.color-4 {
color: #80e1fa;
}
.color-5 {
color: #48b2f4;
}

/* CSS Variables */
:root {
--color-1: #f0bcef;
--color-2: #f2c6ab;
--color-3: #f4e3e2;
--color-4: #80e1fa;
--color-5: #48b2f4;
}

Shades of Pink and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0bcef, #f2c6ab, #f4e3e2, #80e1fa, #48b2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0bcef, #f2c6ab, #f4e3e2, #80e1fa, #48b2f4);
}

Shades of Pink and Blue color palette created on .