Celestial Radiance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Radiance palette
Celestial Radiance color palette CSS
/* CSS */
.color-1 {
color: #1e4e6b;
}
.color-2 {
color: #4c8ea4;
}
.color-3 {
color: #8ecae6;
}
.color-4 {
color: #f6c80e;
}
.color-5 {
color: #f7b32b;
}
/* CSS Variables */
:root {
--color-1: #1e4e6b;
--color-2: #4c8ea4;
--color-3: #8ecae6;
--color-4: #f6c80e;
--color-5: #f7b32b;
}
Celestial Radiance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e6b, #4c8ea4, #8ecae6, #f6c80e, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e6b, #4c8ea4, #8ecae6, #f6c80e, #f7b32b);
}
Similar color palettes
Celestial Radiance color palette created on .