Golden Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Blue palette

Condividi questa palette a:

tavolozza dei colori Golden Blue CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e6e6e6;
}
.color-4 {
color: #6eb4f2;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #e6e6e6;
--color-4: #6eb4f2;
--color-5: #ff6e00;
}

CSS con gradiente di sfondo Golden Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #e6e6e6, #6eb4f2, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #e6e6e6, #6eb4f2, #ff6e00);
}

Golden Blue color palette created on .