Golden Divine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Divine palette

Share this palette to:

Golden Divine color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5cc00;
}
.color-3 {
color: #e6e200;
}
.color-4 {
color: #a1d93f;
}
.color-5 {
color: #59cf6d;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5cc00;
--color-3: #e6e200;
--color-4: #a1d93f;
--color-5: #59cf6d;
}

Golden Divine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5cc00, #e6e200, #a1d93f, #59cf6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5cc00, #e6e200, #a1d93f, #59cf6d);
}

Golden Divine color palette created on .