Political Conference Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Political Conference palette
Political Conference color palette PNG image
Political Conference color palette CSS
/* CSS */
.color-1 {
color: #3b4b59;
}
.color-2 {
color: #668399;
}
.color-3 {
color: #bad1d9;
}
.color-4 {
color: #cebd83;
}
.color-5 {
color: #b5854f;
}
/* CSS Variables */
:root {
--color-1: #3b4b59;
--color-2: #668399;
--color-3: #bad1d9;
--color-4: #cebd83;
--color-5: #b5854f;
}
Political Conference background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4b59, #668399, #bad1d9, #cebd83, #b5854f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4b59, #668399, #bad1d9, #cebd83, #b5854f);
}
Similar color palettes
Political Conference color palette created on .