Blue Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sunset palette
Blue Sunset color palette CSS
/* CSS */
.color-1 {
color: #4f9dc4;
}
.color-2 {
color: #f3a14f;
}
.color-3 {
color: #e26c5a;
}
.color-4 {
color: #6e5f91;
}
.color-5 {
color: #f9ccb9;
}
/* CSS Variables */
:root {
--color-1: #4f9dc4;
--color-2: #f3a14f;
--color-3: #e26c5a;
--color-4: #6e5f91;
--color-5: #f9ccb9;
}
Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9dc4, #f3a14f, #e26c5a, #6e5f91, #f9ccb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9dc4, #f3a14f, #e26c5a, #6e5f91, #f9ccb9);
}
Similar color palettes
- Calm Blue
- Moonlit Serenity
- 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
Blue Sunset color palette created on .