Blue Secured Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Secured palette
Blue Secured color palette CSS
/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #75d7c3;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff6e42;
}
.color-5 {
color: #d33131;
}
/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #75d7c3;
--color-3: #ffb84d;
--color-4: #ff6e42;
--color-5: #d33131;
}
Blue Secured background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #75d7c3, #ffb84d, #ff6e42, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #75d7c3, #ffb84d, #ff6e42, #d33131);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
- 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
- Blue Regent's Harmony
- Light Blue Angel
- Blue Greece
- Bright Blue
Blue Secured color palette created on .