Shades of Blue Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue Pink palette

Share this palette to:

Shades of Blue Pink color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f4bed8;
}
.color-3 {
color: #f1e1b7;
}
.color-4 {
color: #e2a7c1;
}
.color-5 {
color: #d7b3a2;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f4bed8;
--color-3: #f1e1b7;
--color-4: #e2a7c1;
--color-5: #d7b3a2;
}

Shades of Blue Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f4bed8, #f1e1b7, #e2a7c1, #d7b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f4bed8, #f1e1b7, #e2a7c1, #d7b3a2);
}

Shades of Blue Pink color palette created on .