Blue River Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue River palette
Blue River color palette CSS
/* CSS */
.color-1 {
color: #3a6ea6;
}
.color-2 {
color: #6ea4bf;
}
.color-3 {
color: #a3d4e0;
}
.color-4 {
color: #def7f1;
}
.color-5 {
color: #f9c5b4;
}
/* CSS Variables */
:root {
--color-1: #3a6ea6;
--color-2: #6ea4bf;
--color-3: #a3d4e0;
--color-4: #def7f1;
--color-5: #f9c5b4;
}
Blue River background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6ea6, #6ea4bf, #a3d4e0, #def7f1, #f9c5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6ea6, #6ea4bf, #a3d4e0, #def7f1, #f9c5b4);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
- Bright Blue
- Serene Scholar Blues
- Scholarly Spectrum
- Ethereal Resonance
- Shades of Blue
- Ethereal Oddities
- Ocean Breeze Sunrise
- Aqua Playground
- Celestial Harmony
- Purple Twilight
- Cotton Candy Dreams
- Whispers of the Storm
- Celestial Serenade
- Celestial Dreamscape
- Serene Elegance
- Mystic Azure Dreamscape
- Shades of Blue
- Serenity Sunset
Blue River color palette created on .