Light Pink Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Pink Blue palette

Share this palette to:

Light Pink Blue color palette CSS

/* CSS */
.color-1 {
color: #e8b5c8;
}
.color-2 {
color: #f9d5b4;
}
.color-3 {
color: #f3e7aa;
}
.color-4 {
color: #aee0d7;
}
.color-5 {
color: #a1c7e3;
}

/* CSS Variables */
:root {
--color-1: #e8b5c8;
--color-2: #f9d5b4;
--color-3: #f3e7aa;
--color-4: #aee0d7;
--color-5: #a1c7e3;
}

Light Pink Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b5c8, #f9d5b4, #f3e7aa, #aee0d7, #a1c7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b5c8, #f9d5b4, #f3e7aa, #aee0d7, #a1c7e3);
}

Light Pink Blue color palette created on .