Golden Green Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Green Blue palette

Share this palette to:

Golden Green Blue color palette CSS

/* CSS */
.color-1 {
color: #f3a34f;
}
.color-2 {
color: #f7d95e;
}
.color-3 {
color: #d7e26e;
}
.color-4 {
color: #a3caa0;
}
.color-5 {
color: #6ab7d7;
}

/* CSS Variables */
:root {
--color-1: #f3a34f;
--color-2: #f7d95e;
--color-3: #d7e26e;
--color-4: #a3caa0;
--color-5: #6ab7d7;
}

Golden Green Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a34f, #f7d95e, #d7e26e, #a3caa0, #6ab7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a34f, #f7d95e, #d7e26e, #a3caa0, #6ab7d7);
}

Golden Green Blue color palette created on .