Blue Soundscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Soundscape palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Soundscape Color Palette (PNG)
Blue Soundscape color palette CSS
/* CSS */
.color-1 {
color: #053c94;
}
.color-2 {
color: #0d6fd9;
}
.color-3 {
color: #2c9bf6;
}
.color-4 {
color: #6fd8fb;
}
.color-5 {
color: #f6fcde;
}
/* CSS Variables */
:root {
--color-1: #053c94;
--color-2: #0d6fd9;
--color-3: #2c9bf6;
--color-4: #6fd8fb;
--color-5: #f6fcde;
}
Blue Soundscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #053c94, #0d6fd9, #2c9bf6, #6fd8fb, #f6fcde);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #053c94, #0d6fd9, #2c9bf6, #6fd8fb, #f6fcde);
}
Similar color palettes
Blue Soundscape color palette created on .