Blue Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Symphony palette

Share this palette to:

Blue Symphony color palette CSS

/* CSS */
.color-1 {
color: #5cbbe0;
}
.color-2 {
color: #a4d5d4;
}
.color-3 {
color: #f1e4b1;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #d86e6e;
}

/* CSS Variables */
:root {
--color-1: #5cbbe0;
--color-2: #a4d5d4;
--color-3: #f1e4b1;
--color-4: #f5c99e;
--color-5: #d86e6e;
}

Blue Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cbbe0, #a4d5d4, #f1e4b1, #f5c99e, #d86e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cbbe0, #a4d5d4, #f1e4b1, #f5c99e, #d86e6e);
}

Blue Symphony color palette created on .