Golden Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Green palette

Condividi questa palette a:

tavolozza dei colori Golden Green CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e61b;
}
.color-3 {
color: #895629;
}
.color-4 {
color: #7dd421;
}
.color-5 {
color: #41729f;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e61b;
--color-3: #895629;
--color-4: #7dd421;
--color-5: #41729f;
}

CSS con gradiente di sfondo Golden Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e61b, #895629, #7dd421, #41729f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e61b, #895629, #7dd421, #41729f);
}

Golden Green color palette created on .