Golden Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Radiance palette

Share this palette to:

Golden Radiance color palette CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffea00;
}
.color-3 {
color: #fff6a3;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #fda312;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffea00;
--color-3: #fff6a3;
--color-4: #f9c54e;
--color-5: #fda312;
}

Golden Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffea00, #fff6a3, #f9c54e, #fda312);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffea00, #fff6a3, #f9c54e, #fda312);
}

Golden Radiance color palette created on .