Blue Love Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Love palette

Share this palette to:

Blue Love color palette PNG image

Download blue love color palette PNG image (landscape)
Download blue love color palette PNG image (square)

Blue Love color palette CSS

/* CSS */
.color-1 {
color: #94bef5;
}
.color-2 {
color: #addffa;
}
.color-3 {
color: #beecf9;
}
.color-4 {
color: #d7f3f9;
}
.color-5 {
color: #f2fbfd;
}

/* CSS Variables */
:root {
--color-1: #94bef5;
--color-2: #addffa;
--color-3: #beecf9;
--color-4: #d7f3f9;
--color-5: #f2fbfd;
}

Blue Love background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94bef5, #addffa, #beecf9, #d7f3f9, #f2fbfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94bef5, #addffa, #beecf9, #d7f3f9, #f2fbfd);
}

Blue Love color palette created on .