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: #f9d13e;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d82;
}
.color-4 {
color: #3f2a92;
}
.color-5 {
color: #5c90eb;
}

/* CSS Variables */
:root {
--color-1: #f9d13e;
--color-2: #ff7142;
--color-3: #ff4d82;
--color-4: #3f2a92;
--color-5: #5c90eb;
}

Celestial Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d13e, #ff7142, #ff4d82, #3f2a92, #5c90eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d13e, #ff7142, #ff4d82, #3f2a92, #5c90eb);
}

Celestial Radiance color palette created on .