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: #ffec42;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d8e;
}
.color-4 {
color: #8c4fe8;
}
.color-5 {
color: #2d9feb;
}

/* CSS Variables */
:root {
--color-1: #ffec42;
--color-2: #ff6e61;
--color-3: #ff3d8e;
--color-4: #8c4fe8;
--color-5: #2d9feb;
}

Celestial Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffec42, #ff6e61, #ff3d8e, #8c4fe8, #2d9feb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffec42, #ff6e61, #ff3d8e, #8c4fe8, #2d9feb);
}

Celestial Radiance color palette created on .