Purple Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Sky palette
Purple Sky color palette CSS
/* CSS */
.color-1 {
color: #a67cda;
}
.color-2 {
color: #4d99e0;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f7803b;
}
.color-5 {
color: #e13e33;
}
/* CSS Variables */
:root {
--color-1: #a67cda;
--color-2: #4d99e0;
--color-3: #f6b83c;
--color-4: #f7803b;
--color-5: #e13e33;
}
Purple Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67cda, #4d99e0, #f6b83c, #f7803b, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67cda, #4d99e0, #f6b83c, #f7803b, #e13e33);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
- Whispers of Affection
- Shades of Pink
- Blue Moon
- Shades of Blue
- Digital Correspondence
- Celestial Dreamscape
- Serene Steven
- Celestial Pop
- Azure Reverie
- Nostalgic Essence
- Stellar Interface
- Serene Sunset Breeze
- Shades of Blue
- Iridescent Dreams
- Bright Blue Diamond
- Celestial Reverie
- Serenity in the Storm
- Whispers of Twilight
Purple Sky color palette created on .