Golden Geebung Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Geebung palette

Condividi questa palette a:

tavolozza dei colori Golden Geebung CSS

/* CSS */
.color-1 {
color: #d08d1b;
}
.color-2 {
color: #e4a82f;
}
.color-3 {
color: #f5c76b;
}
.color-4 {
color: #f9e5a9;
}
.color-5 {
color: #fce4a1;
}

/* CSS Variables */
:root {
--color-1: #d08d1b;
--color-2: #e4a82f;
--color-3: #f5c76b;
--color-4: #f9e5a9;
--color-5: #fce4a1;
}

CSS con gradiente di sfondo Golden Geebung

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d08d1b, #e4a82f, #f5c76b, #f9e5a9, #fce4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d08d1b, #e4a82f, #f5c76b, #f9e5a9, #fce4a1);
}

Golden Geebung color palette created on .