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: #1f3a60;
}
.color-2 {
color: #3b4e8c;
}
.color-3 {
color: #6184b8;
}
.color-4 {
color: #a4c0e5;
}
.color-5 {
color: #f0c17a;
}
/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #3b4e8c;
--color-3: #6184b8;
--color-4: #a4c0e5;
--color-5: #f0c17a;
}
Blue Sigma background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #3b4e8c, #6184b8, #a4c0e5, #f0c17a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #3b4e8c, #6184b8, #a4c0e5, #f0c17a);
}
Similar color palettes
Blue Sigma color palette created on .