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: #f7b5a1;
}
.color-2 {
color: #ffcc8a;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #a7d8e7;
}
.color-5 {
color: #6b9eeb;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #ffcc8a;
--color-3: #ffd54d;
--color-4: #a7d8e7;
--color-5: #6b9eeb;
}

Light Pink Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #ffcc8a, #ffd54d, #a7d8e7, #6b9eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #ffcc8a, #ffd54d, #a7d8e7, #6b9eeb);
}

Light Pink Blue color palette created on .