Blue Love Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Love palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Love Color Palette (PNG)
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);
}
Similar color palettes
Blue Love color palette created on .