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: #f9e595;
}
.color-2 {
color: #f7c859;
}
.color-3 {
color: #f99f3e;
}
.color-4 {
color: #f26e2c;
}
.color-5 {
color: #de4c2b;
}

/* CSS Variables */
:root {
--color-1: #f9e595;
--color-2: #f7c859;
--color-3: #f99f3e;
--color-4: #f26e2c;
--color-5: #de4c2b;
}

Golden Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e595, #f7c859, #f99f3e, #f26e2c, #de4c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e595, #f7c859, #f99f3e, #f26e2c, #de4c2b);
}

Golden Radiance color palette created on .