Golden Honey Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Honey palette

Condividi questa palette a:

tavolozza dei colori Golden Honey CSS

/* CSS */
.color-1 {
color: #f9d59f;
}
.color-2 {
color: #f3b74f;
}
.color-3 {
color: #e3a71c;
}
.color-4 {
color: #d19d00;
}
.color-5 {
color: #c28400;
}

/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #f3b74f;
--color-3: #e3a71c;
--color-4: #d19d00;
--color-5: #c28400;
}

CSS con gradiente di sfondo Golden Honey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #f3b74f, #e3a71c, #d19d00, #c28400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #f3b74f, #e3a71c, #d19d00, #c28400);
}

Golden Honey color palette created on .