Blue and Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue and Gold palette

Condividi questa palette a:

tavolozza dei colori Blue and Gold CSS

/* CSS */
.color-1 {
color: #3b5897;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #2f7f33;
}

/* CSS Variables */
:root {
--color-1: #3b5897;
--color-2: #ffcc00;
--color-3: #ff6e61;
--color-4: #ffffff;
--color-5: #2f7f33;
}

CSS con gradiente di sfondo Blue and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5897, #ffcc00, #ff6e61, #ffffff, #2f7f33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5897, #ffcc00, #ff6e61, #ffffff, #2f7f33);
}

Blue and Gold color palette created on .