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: #f7e13b;
}
.color-2 {
color: #f9b74e;
}
.color-3 {
color: #fbbf7e;
}
.color-4 {
color: #f6a88e;
}
.color-5 {
color: #f55c3d;
}

/* CSS Variables */
:root {
--color-1: #f7e13b;
--color-2: #f9b74e;
--color-3: #fbbf7e;
--color-4: #f6a88e;
--color-5: #f55c3d;
}

Golden Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e13b, #f9b74e, #fbbf7e, #f6a88e, #f55c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e13b, #f9b74e, #fbbf7e, #f6a88e, #f55c3d);
}

Golden Radiance color palette created on .