Blue Magic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Magic palette
Blue Magic color palette CSS
/* CSS */
.color-1 {
color: #c9d3e9;
}
.color-2 {
color: #a7c1e7;
}
.color-3 {
color: #7bb1ef;
}
.color-4 {
color: #43a1f4;
}
.color-5 {
color: #1d7bbf;
}
/* CSS Variables */
:root {
--color-1: #c9d3e9;
--color-2: #a7c1e7;
--color-3: #7bb1ef;
--color-4: #43a1f4;
--color-5: #1d7bbf;
}
Blue Magic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9d3e9, #a7c1e7, #7bb1ef, #43a1f4, #1d7bbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9d3e9, #a7c1e7, #7bb1ef, #43a1f4, #1d7bbf);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Magic color palette created on .