Golden Hive Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Hive palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Golden Hive

Download golden hive color palette PNG image (landscape)
Download golden hive color palette PNG image (square)

tavolozza dei colori Golden Hive CSS

/* CSS */
.color-1 {
color: #a84c1a;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #e1e4b4;
}
.color-5 {
color: #b8c9a6;
}

/* CSS Variables */
:root {
--color-1: #a84c1a;
--color-2: #e6a400;
--color-3: #f4d35d;
--color-4: #e1e4b4;
--color-5: #b8c9a6;
}

CSS con gradiente di sfondo Golden Hive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a84c1a, #e6a400, #f4d35d, #e1e4b4, #b8c9a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a84c1a, #e6a400, #f4d35d, #e1e4b4, #b8c9a6);
}

Golden Hive color palette created on .