Blue Magnifier Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Magnifier palette
Blue Magnifier color palette CSS
/* CSS */
.color-1 {
color: #4c6e90;
}
.color-2 {
color: #a3b0c2;
}
.color-3 {
color: #d6e6e2;
}
.color-4 {
color: #e6b96b;
}
.color-5 {
color: #f09c00;
}
/* CSS Variables */
:root {
--color-1: #4c6e90;
--color-2: #a3b0c2;
--color-3: #d6e6e2;
--color-4: #e6b96b;
--color-5: #f09c00;
}
Blue Magnifier background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c6e90, #a3b0c2, #d6e6e2, #e6b96b, #f09c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c6e90, #a3b0c2, #d6e6e2, #e6b96b, #f09c00);
}
Similar color palettes
Blue Magnifier color palette created on .