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: #1e3a76;
}
.color-2 {
color: #588fbb;
}
.color-3 {
color: #79c1e7;
}
.color-4 {
color: #f9d648;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #588fbb;
--color-3: #79c1e7;
--color-4: #f9d648;
--color-5: #ff7142;
}

Celestial Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #588fbb, #79c1e7, #f9d648, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #588fbb, #79c1e7, #f9d648, #ff7142);
}

Celestial Radiance color palette created on .