Celestial Gleam Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Gleam palette
Celestial Gleam color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffea75;
}
.color-5 {
color: #fff2a8;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffcc00;
--color-3: #ffd942;
--color-4: #ffea75;
--color-5: #fff2a8;
}
Celestial Gleam background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffcc00, #ffd942, #ffea75, #fff2a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffcc00, #ffd942, #ffea75, #fff2a8);
}
Similar color palettes
- Elysian Sunset
- Serenity by the Shore
- Peachy Warmth
- Sunset Serenade
- Red Sunset
- Warm Brooklynn
- Sunny Floral Burst
- Bright Yellow
- Rhythm of Hues
- Shades of Pink
- Shades of Green
- Frank's Vibrant Journey
- Shades of Green and Blue
- Golden Sunrise Serenade
- Sunlit Harmony
- Vibrant Red Blue Purple
- Coral Tarty
- Golden Sunset Serenade
Celestial Gleam color palette created on .