Celestial Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Radiance palette

Share this palette to:

Celestial Radiance color palette CSS

/* CSS */
.color-1 {
color: #e6a100;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f5d400;
}
.color-4 {
color: #f0e400;
}
.color-5 {
color: #faf200;
}

/* CSS Variables */
:root {
--color-1: #e6a100;
--color-2: #f5c400;
--color-3: #f5d400;
--color-4: #f0e400;
--color-5: #faf200;
}

Celestial Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a100, #f5c400, #f5d400, #f0e400, #faf200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a100, #f5c400, #f5d400, #f0e400, #faf200);
}

Celestial Radiance color palette created on .