Blue Melody Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Melody palette

Share this palette to:

Blue Melody color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3baee8;
}
.color-3 {
color: #5bc4e6;
}
.color-4 {
color: #74d4ec;
}
.color-5 {
color: #a2e6f6;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3baee8;
--color-3: #5bc4e6;
--color-4: #74d4ec;
--color-5: #a2e6f6;
}

Blue Melody background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3baee8, #5bc4e6, #74d4ec, #a2e6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3baee8, #5bc4e6, #74d4ec, #a2e6f6);
}

Blue Melody color palette created on .