Vibrant Skyfall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Skyfall palette
Vibrant Skyfall color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #f6ec60;
}
.color-3 {
color: #f48d3e;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #9b58b6;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #f6ec60;
--color-3: #f48d3e;
--color-4: #e74d3c;
--color-5: #9b58b6;
}
Vibrant Skyfall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #f6ec60, #f48d3e, #e74d3c, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #f6ec60, #f48d3e, #e74d3c, #9b58b6);
}
Similar color palettes
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Soft Pink
- Teal Night Sky
- Serenity by the River
- Shades of Blue
Vibrant Skyfall color palette created on .