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