Gold and Blue Mix Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gold and Blue Mix palette

Condividi questa palette a:

tavolozza dei colori Gold and Blue Mix CSS

/* CSS */
.color-1 {
color: #f7d06e;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #5d9bd5;
}
.color-4 {
color: #3a7d9c;
}
.color-5 {
color: #2a4d6a;
}

/* CSS Variables */
:root {
--color-1: #f7d06e;
--color-2: #f1b341;
--color-3: #5d9bd5;
--color-4: #3a7d9c;
--color-5: #2a4d6a;
}

CSS con gradiente di sfondo Gold and Blue Mix

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d06e, #f1b341, #5d9bd5, #3a7d9c, #2a4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d06e, #f1b341, #5d9bd5, #3a7d9c, #2a4d6a);
}

Gold and Blue Mix color palette created on .