Light Blue and Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue and Pink palette

Share this palette to:

Light Blue and Pink color palette CSS

/* CSS */
.color-1 {
color: #c9e1f8;
}
.color-2 {
color: #d3d2f4;
}
.color-3 {
color: #e4d9f7;
}
.color-4 {
color: #f1dbf5;
}
.color-5 {
color: #eed2ef;
}

/* CSS Variables */
:root {
--color-1: #c9e1f8;
--color-2: #d3d2f4;
--color-3: #e4d9f7;
--color-4: #f1dbf5;
--color-5: #eed2ef;
}

Light Blue and Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9e1f8, #d3d2f4, #e4d9f7, #f1dbf5, #eed2ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9e1f8, #d3d2f4, #e4d9f7, #f1dbf5, #eed2ef);
}

Light Blue and Pink color palette created on .