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: #e2c14b;
}
.color-2 {
color: #82b3d3;
}
.color-3 {
color: #598eab;
}
.color-4 {
color: #3f5e73;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #e2c14b;
--color-2: #82b3d3;
--color-3: #598eab;
--color-4: #3f5e73;
--color-5: #2b3d50;
}

CSS con gradiente di sfondo Golden Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c14b, #82b3d3, #598eab, #3f5e73, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c14b, #82b3d3, #598eab, #3f5e73, #2b3d50);
}

Golden Blue color palette created on .