Celestial Discs Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Discs palette
Celestial Discs color palette CSS
/* CSS */
.color-1 {
color: #fde94e;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #ef5d4d;
}
.color-4 {
color: #b780ff;
}
.color-5 {
color: #609d9f;
}
/* CSS Variables */
:root {
--color-1: #fde94e;
--color-2: #f9a94e;
--color-3: #ef5d4d;
--color-4: #b780ff;
--color-5: #609d9f;
}
Celestial Discs background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde94e, #f9a94e, #ef5d4d, #b780ff, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde94e, #f9a94e, #ef5d4d, #b780ff, #609d9f);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Celestial Discs color palette created on .