Divine Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Divine Radiance palette

Share this palette to:

Divine Radiance color palette CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9e290;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f9a94e;
}
.color-5 {
color: #f3712b;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9e290;
--color-3: #f6b83c;
--color-4: #f9a94e;
--color-5: #f3712b;
}

Divine Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9e290, #f6b83c, #f9a94e, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9e290, #f6b83c, #f9a94e, #f3712b);
}

Divine Radiance color palette created on .