Sonic Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sonic Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sonic Blue Color Palette (PNG)
Sonic Blue color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #0077c7;
}
.color-3 {
color: #005ca3;
}
.color-4 {
color: #002d70;
}
.color-5 {
color: #002b57;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #0077c7;
--color-3: #005ca3;
--color-4: #002d70;
--color-5: #002b57;
}
Sonic Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #0077c7, #005ca3, #002d70, #002b57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #0077c7, #005ca3, #002d70, #002b57);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Sonic Blue color palette created on .