Elysian Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elysian Sky palette
Elysian Sky color palette CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #62b2e4;
}
.color-3 {
color: #3f8bc6;
}
.color-4 {
color: #2e6c99;
}
.color-5 {
color: #1e5180;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #62b2e4;
--color-3: #3f8bc6;
--color-4: #2e6c99;
--color-5: #1e5180;
}
Elysian Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #62b2e4, #3f8bc6, #2e6c99, #1e5180);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #62b2e4, #3f8bc6, #2e6c99, #1e5180);
}
Similar color palettes
- Whispers of the Sky
- Whispers of the Sky
- Serenity's Embrace
- Midnight Blue
- Midnight Blue
- Tropical Teal Symphony
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
Elysian Sky color palette created on .