Blue Sigma Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sigma palette
Blue Sigma color palette CSS
/* CSS */
.color-1 {
color: #4a7bde;
}
.color-2 {
color: #5bc1e6;
}
.color-3 {
color: #7be0a2;
}
.color-4 {
color: #f9b85d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #4a7bde;
--color-2: #5bc1e6;
--color-3: #7be0a2;
--color-4: #f9b85d;
--color-5: #ff6e61;
}
Blue Sigma background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7bde, #5bc1e6, #7be0a2, #f9b85d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7bde, #5bc1e6, #7be0a2, #f9b85d, #ff6e61);
}
Similar color palettes
Blue Sigma color palette created on .