Political Conference Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Political Conference palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Political Conference

Download political conference color palette PNG image (landscape)
Download political conference color palette PNG image (square)

tavolozza dei colori Political Conference 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;
}

CSS con gradiente di sfondo Political Conference

/* 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);
}

Political Conference color palette created on .