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 CSS

/* CSS */
.color-1 {
color: #1f89e5;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #80c684;
}
.color-5 {
color: #ffcc80;
}

/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #00bdd6;
--color-3: #4eb7ac;
--color-4: #80c684;
--color-5: #ffcc80;
}

Blue Love background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #00bdd6, #4eb7ac, #80c684, #ffcc80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #00bdd6, #4eb7ac, #80c684, #ffcc80);
}

Blue Love color palette created on .